#CDA572

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

Shades of Putty #CDA572

Tints of Putty #CDA572

Color information

#CDA572 (or 0xCDA572) is unknown color: approx Putty. HEX triplet: CD, A5 and 72. RGB value is (205,165,114). Sum of RGB (Red+Green+Blue) = 205+165+114=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA572 is #325A8D. Grayscale: #ABABAB. Windows color (decimal): -3299982 or 7513549. OLE color: 7513549.

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

Color convert

RGB205165114-
CMYK00.200.440.20
HSL33.63º47.64%62.55%-
HSV(B)33.63º44.39%80.39%-
XYZ41.6741.121.66-
YUV171.1595.75152.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 165 (64.84% from 255) = 34.09%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=42.36%
G=34.09%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516511400.200.440.2033.6347.6462.55
HexCDA5720142C1422303f
Octal3152451620245424426077
Binary1100110110100101111001001010010110010100100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA572; }

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

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

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

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

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

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

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

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