#D6855C

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

Shades of Burning Sand #D6855C

Tints of Burning Sand #D6855C

Color information

#D6855C (or 0xD6855C) is unknown color: approx Burning Sand. HEX triplet: D6, 85 and 5C. RGB value is (214,133,92). Sum of RGB (Red+Green+Blue) = 214+133+92=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6855C is #297AA3. Grayscale: #989898. Windows color (decimal): -2718372 or 6063574. OLE color: 6063574.

HSL color Cylindrical-coordinate representation of color #D6855C: 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 #D6855C is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21413392-
CMYK00.380.570.16
HSL20.16º59.8%60%-
HSV(B)20.16º57.01%83.92%-
XYZ38.0531.8414.27-
YUV152.5493.84171.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=48.75%
G=30.30%
B=20.96%

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
Decimal2141339200.380.570.1620.1659.860
HexD6855C0263910143c3c
Octal3262051340467120247474
Binary1101011010000101101110001001101110011000010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6855C; }

 p { color: rgb(214,133,92); }

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

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

 a { background-color: rgb(214,133,92); }

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

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

 span { border-color: rgb(214,133,92); }

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