#CE9D4D

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

Shades of Tussock #CE9D4D

Tints of Tussock #CE9D4D

Color information

#CE9D4D (or 0xCE9D4D) is unknown color: approx Tussock. HEX triplet: CE, 9D and 4D. RGB value is (206,157,77). Sum of RGB (Red+Green+Blue) = 206+157+77=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D4D is #3162B2. Grayscale: #A2A2A2. Windows color (decimal): -3236531 or 5086670. OLE color: 5086670.

HSL color Cylindrical-coordinate representation of color #CE9D4D: hue angle of 37.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE9D4D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB20615777-
CMYK00.240.630.19
HSL37.21º56.83%55.49%-
HSV(B)37.21º62.62%80.78%-
XYZ38.8537.7712.26-
YUV162.5379.73159-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 157 (61.72% from 255) = 35.68%
BLUE value IS 77 (30.47% from 255) = 17.5%
R=46.82%
G=35.68%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061577700.240.630.1937.2156.8355.49
HexCE9D4D0183F13253937
Octal3162351150307723457167
Binary1100111010011101100110101100011111110011100101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D4D; }

 p { color: rgb(206,157,77); }

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

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

 a { background-color: rgb(206,157,77); }

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

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

 span { border-color: rgb(206,157,77); }

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