#CD964B

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

Shades of Tussock #CD964B

Tints of Tussock #CD964B

Color information

#CD964B (or 0xCD964B) is unknown color: approx Tussock. HEX triplet: CD, 96 and 4B. RGB value is (205,150,75). Sum of RGB (Red+Green+Blue) = 205+150+75=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD964B is #3269B4. Grayscale: #9E9E9E. Windows color (decimal): -3303861 or 4953805. OLE color: 4953805.

HSL color Cylindrical-coordinate representation of color #CD964B: hue angle of 34.62º 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 #CD964B is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20515075-
CMYK00.270.630.20
HSL34.62º56.52%54.9%-
HSV(B)34.62º63.41%80.39%-
XYZ37.3535.311.5-
YUV157.981.22161.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 75 (29.69% from 255) = 17.44%
R=47.67%
G=34.88%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051507500.270.630.2034.6256.5254.9
HexCD964B01B3F14233937
Octal3152261130337724437167
Binary1100110110010110100101101101111111110100100011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD964B; }

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

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

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

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

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

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

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

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