#CDA571

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

Shades of Putty #CDA571

Tints of Putty #CDA571

Color information

#CDA571 (or 0xCDA571) is unknown color: approx Putty. HEX triplet: CD, A5 and 71. RGB value is (205,165,113). Sum of RGB (Red+Green+Blue) = 205+165+113=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA571 is #325A8E. Grayscale: #ABABAB. Windows color (decimal): -3299983 or 7448013. OLE color: 7448013.

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

Color convert

RGB205165113-
CMYK00.200.450.20
HSL33.91º47.92%62.35%-
HSV(B)33.91º44.88%80.39%-
XYZ41.6141.0821.36-
YUV171.0395.25152.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=42.44%
G=34.16%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516511300.200.450.2033.9147.9262.35
HexCDA5710142D1422303e
Octal3152451610245524426076
Binary1100110110100101111000101010010110110100100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA571; }

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

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

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

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

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

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

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

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