#D7865D

Color #D7865D Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D7865D

Tints of Burning Sand #D7865D

Color information

#D7865D (or 0xD7865D) is unknown color: approx Burning Sand. HEX triplet: D7, 86 and 5D. RGB value is (215,134,93). Sum of RGB (Red+Green+Blue) = 215+134+93=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7865D is #2879A2. Grayscale: #999999. Windows color (decimal): -2652579 or 6129367. OLE color: 6129367.

HSL color Cylindrical-coordinate representation of color #D7865D: hue angle of 20.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7865D is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21513493-
CMYK00.380.570.16
HSL20.16º60.4%60.39%-
HSV(B)20.16º56.74%84.31%-
XYZ38.5332.2914.56-
YUV153.5493.84171.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 48.64%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 93 (36.72% from 255) = 21.04%
R=48.64%
G=30.32%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151349300.380.570.1620.1660.460.39
HexD7865D0263910143c3c
Octal3272061350467120247474
Binary1101011110000110101110101001101110011000010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7865D; }

 p { color: rgb(215,134,93); }

 H1.HeaderClassName
 {
   color: #D7865D;
 }
 .AnyTagClassName
 {
   color: #D7865D;
 }
</style>
background-color css

<style>
 a { background-color: #D7865D; }

 a { background-color: rgb(215,134,93); }

 div.DivClassName
 {
   background-color: #D7865D;
 }
 .BgClassName
 {
   background-color: #D7865D;
 }
</style>
border-color css

<style>
 span { border-color: #D7865D; }

 span { border-color: rgb(215,134,93); }

 td.TdClassName
 {
   border-color: #D7865D;
 }
 .TagClassName
 {
   border-color: #D7865D;
 }
</style>