#CDA976

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

Shades of Putty #CDA976

Tints of Putty #CDA976

Color information

#CDA976 (or 0xCDA976) is unknown color: approx Putty. HEX triplet: CD, A9 and 76. RGB value is (205,169,118). Sum of RGB (Red+Green+Blue) = 205+169+118=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA976 is #325689. Grayscale: #AEAEAE. Windows color (decimal): -3298954 or 7776717. OLE color: 7776717.

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

Color convert

RGB205169118-
CMYK00.180.420.20
HSL35.17º46.52%63.33%-
HSV(B)35.17º42.44%80.39%-
XYZ42.6342.6623.13-
YUV173.9596.43150.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=41.67%
G=34.35%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516911800.180.420.2035.1746.5263.33
HexCDA9760122A14232f3f
Octal3152511660225224435777
Binary1100110110101001111011001001010101010100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA976; }

 p { color: rgb(205,169,118); }

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

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

 a { background-color: rgb(205,169,118); }

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

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

 span { border-color: rgb(205,169,118); }

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