#CD8661

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

Shades of Burning Sand #CD8661

Tints of Burning Sand #CD8661

Color information

#CD8661 (or 0xCD8661) is unknown color: approx Burning Sand. HEX triplet: CD, 86 and 61. RGB value is (205,134,97). Sum of RGB (Red+Green+Blue) = 205+134+97=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8661 is #32799E. Grayscale: #979797. Windows color (decimal): -3307935 or 6391501. OLE color: 6391501.

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

Color convert

RGB20513497-
CMYK00.350.530.20
HSL20.56º51.92%59.22%-
HSV(B)20.56º52.68%80.39%-
XYZ35.8630.8915.38-
YUV151.0197.52166.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=47.02%
G=30.73%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051349700.350.530.2020.5651.9259.22
HexCD8661023351415343b
Octal3152061410436524256473
Binary1100110110000110110000101000111101011010010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8661; }

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

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

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

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

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

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

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

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