#CDA574

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

Shades of Putty #CDA574

Tints of Putty #CDA574

Color information

#CDA574 (or 0xCDA574) is unknown color: approx Putty. HEX triplet: CD, A5 and 74. RGB value is (205,165,116). Sum of RGB (Red+Green+Blue) = 205+165+116=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA574 is #325A8B. Grayscale: #ABABAB. Windows color (decimal): -3299980 or 7644621. OLE color: 7644621.

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

Color convert

RGB205165116-
CMYK00.200.430.20
HSL33.03º47.09%62.94%-
HSV(B)33.03º43.41%80.39%-
XYZ41.7841.1522.26-
YUV171.3796.75151.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=42.18%
G=33.95%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516511600.200.430.2033.0347.0962.94
HexCDA5740142B14212f3f
Octal3152451640245324415777
Binary1100110110100101111010001010010101110100100001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA574; }

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

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

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

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

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

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

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

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