#CDA971

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

Shades of Putty #CDA971

Tints of Putty #CDA971

Color information

#CDA971 (or 0xCDA971) is unknown color: approx Putty. HEX triplet: CD, A9 and 71. RGB value is (205,169,113). Sum of RGB (Red+Green+Blue) = 205+169+113=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA971 is #32568E. Grayscale: #ADADAD. Windows color (decimal): -3298959 or 7449037. OLE color: 7449037.

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

Color convert

RGB205169113-
CMYK00.180.450.20
HSL36.52º47.92%62.35%-
HSV(B)36.52º44.88%80.39%-
XYZ42.3542.5521.6-
YUV173.3893.93150.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.09%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=42.09%
G=34.70%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516911300.180.450.2036.5247.9262.35
HexCDA9710122D1425303e
Octal3152511610225524456076
Binary1100110110101001111000101001010110110100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA971; }

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

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

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

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

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

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

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

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