#CD866E

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

Shades of Burning Sand #CD866E

Tints of Burning Sand #CD866E

Color information

#CD866E (or 0xCD866E) is unknown color: approx Burning Sand. HEX triplet: CD, 86 and 6E. RGB value is (205,134,110). Sum of RGB (Red+Green+Blue) = 205+134+110=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD866E is #327991. Grayscale: #989898. Windows color (decimal): -3307922 or 7243469. OLE color: 7243469.

HSL color Cylindrical-coordinate representation of color #CD866E: hue angle of 15.16º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD866E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205134110-
CMYK00.350.460.20
HSL15.16º48.72%61.76%-
HSV(B)15.16º46.34%80.39%-
XYZ36.5231.1618.84-
YUV152.49104.02165.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=45.66%
G=29.84%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513411000.350.460.2015.1648.7261.76
HexCD866E0232E14f313e
Octal3152061560435624176176
Binary110011011000011011011100100011101110101001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD866E; }

 p { color: rgb(205,134,110); }

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

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

 a { background-color: rgb(205,134,110); }

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

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

 span { border-color: rgb(205,134,110); }

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