#CD9E4B

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

Shades of Tussock #CD9E4B

Tints of Tussock #CD9E4B

Color information

#CD9E4B (or 0xCD9E4B) is unknown color: approx Tussock. HEX triplet: CD, 9E and 4B. RGB value is (205,158,75). Sum of RGB (Red+Green+Blue) = 205+158+75=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9E4B is #3261B4. Grayscale: #A2A2A2. Windows color (decimal): -3301813 or 4955853. OLE color: 4955853.

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

Color convert

RGB20515875-
CMYK00.230.630.20
HSL38.31º56.52%54.9%-
HSV(B)38.31º63.41%80.39%-
XYZ38.6737.9411.94-
YUV162.5978.57158.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=46.80%
G=36.07%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051587500.230.630.2038.3156.5254.9
HexCD9E4B0173F14263937
Octal3152361130277724467167
Binary1100110110011110100101101011111111110100100110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9E4B; }

 p { color: rgb(205,158,75); }

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

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

 a { background-color: rgb(205,158,75); }

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

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

 span { border-color: rgb(205,158,75); }

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