#CD8966

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

Shades of Burning Sand #CD8966

Tints of Burning Sand #CD8966

Color information

#CD8966 (or 0xCD8966) is unknown color: approx Burning Sand. HEX triplet: CD, 89 and 66. RGB value is (205,137,102). Sum of RGB (Red+Green+Blue) = 205+137+102=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8966 is #327699. Grayscale: #999999. Windows color (decimal): -3307162 or 6719949. OLE color: 6719949.

HSL color Cylindrical-coordinate representation of color #CD8966: hue angle of 20.39º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD8966 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205137102-
CMYK00.330.500.20
HSL20.39º50.74%60.2%-
HSV(B)20.39º50.24%80.39%-
XYZ36.5231.8316.79-
YUV153.3499.03164.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 137 (53.91% from 255) = 30.86%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=46.17%
G=30.86%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513710200.330.500.2020.3950.7460.2
HexCD8966021321414333c
Octal3152111460416224246374
Binary1100110110001001110011001000011100101010010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8966; }

 p { color: rgb(205,137,102); }

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

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

 a { background-color: rgb(205,137,102); }

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

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

 span { border-color: rgb(205,137,102); }

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