#D2885F

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

Shades of Burning Sand #D2885F

Tints of Burning Sand #D2885F

Color information

#D2885F (or 0xD2885F) is unknown color: approx Burning Sand. HEX triplet: D2, 88 and 5F. RGB value is (210,136,95). Sum of RGB (Red+Green+Blue) = 210+136+95=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2885F is #2D77A0. Grayscale: #999999. Windows color (decimal): -2979745 or 6260946. OLE color: 6260946.

HSL color Cylindrical-coordinate representation of color #D2885F: hue angle of 21.39º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2885F is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21013695-
CMYK00.350.550.18
HSL21.39º56.1%59.8%-
HSV(B)21.39º54.76%82.35%-
XYZ37.4532.1415.06-
YUV153.4595.02168.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=47.62%
G=30.84%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101369500.350.550.1821.3956.159.8
HexD2885F023371215383c
Octal3222101370436722257074
Binary1101001010001000101111101000111101111001010101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2885F; }

 p { color: rgb(210,136,95); }

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

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

 a { background-color: rgb(210,136,95); }

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

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

 span { border-color: rgb(210,136,95); }

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