#CD885F

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

Shades of Burning Sand #CD885F

Tints of Burning Sand #CD885F

Color information

#CD885F (or 0xCD885F) is unknown color: approx Burning Sand. HEX triplet: CD, 88 and 5F. RGB value is (205,136,95). Sum of RGB (Red+Green+Blue) = 205+136+95=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD885F is #3277A0. Grayscale: #989898. Windows color (decimal): -3307425 or 6260941. OLE color: 6260941.

HSL color Cylindrical-coordinate representation of color #CD885F: hue angle of 22.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD885F is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20513695-
CMYK00.340.540.20
HSL22.36º52.38%58.82%-
HSV(B)22.36º53.66%80.39%-
XYZ36.0531.4114.99-
YUV151.9695.86165.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=47.02%
G=31.19%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051369500.340.540.2022.3652.3858.82
HexCD885F022361416343b
Octal3152101370426624266473
Binary1100110110001000101111101000101101101010010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD885F; }

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

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

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

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

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

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

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

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