#D6845C

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

Shades of Burning Sand #D6845C

Tints of Burning Sand #D6845C

Color information

#D6845C (or 0xD6845C) is unknown color: approx Burning Sand. HEX triplet: D6, 84 and 5C. RGB value is (214,132,92). Sum of RGB (Red+Green+Blue) = 214+132+92=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6845C is #297BA3. Grayscale: #989898. Windows color (decimal): -2718628 or 6063318. OLE color: 6063318.

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

Color convert

RGB21413292-
CMYK00.380.570.16
HSL19.67º59.8%60%-
HSV(B)19.67º57.01%83.92%-
XYZ37.9131.5714.22-
YUV151.9694.17172.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=48.86%
G=30.14%
B=21.00%

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
Decimal2141329200.380.570.1619.6759.860
HexD6845C0263910143c3c
Octal3262041340467120247474
Binary1101011010000100101110001001101110011000010100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6845C; }

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

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

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

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

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

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

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

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