#CD866D

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

Shades of Burning Sand #CD866D

Tints of Burning Sand #CD866D

Color information

#CD866D (or 0xCD866D) is unknown color: approx Burning Sand. HEX triplet: CD, 86 and 6D. RGB value is (205,134,109). Sum of RGB (Red+Green+Blue) = 205+134+109=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD866D is #327992. Grayscale: #989898. Windows color (decimal): -3307923 or 7177933. OLE color: 7177933.

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

Color convert

RGB205134109-
CMYK00.350.470.20
HSL15.63º48.98%61.57%-
HSV(B)15.63º46.83%80.39%-
XYZ36.4631.1318.56-
YUV152.38103.52165.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=45.76%
G=29.91%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513410900.350.470.2015.6348.9861.57
HexCD866D0232F1410313e
Octal3152061550435724206176
Binary1100110110000110110110101000111011111010010000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD866D; }

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

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

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

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

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

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

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

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