#cda372

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

Shades of Putty #CDA372

Tints of Putty #CDA372

Color information

#CDA372 (or 0xCDA372) is unknown color: approx Putty. HEX triplet: CD, A3 and 72. RGB value is (205,163,114). Sum of RGB (Red+Green+Blue) = 205+163+114=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA372 is #325C8D. Grayscale: #AAAAAA. Windows color (decimal): -3300494 or 7513037. OLE color: 7513037.

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

Color convert

RGB205163114-
CMYK00.200.440.20
HSL32.31º47.64%62.55%-
HSV(B)32.31º44.39%80.39%-
XYZ41.3140.3921.54-
YUV169.9796.41152.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=42.53%
G=33.82%
B=23.65%

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
Decimal20516311400.200.440.2032.3147.6462.55
HexCDA3720142C1420303f
Octal3152431620245424406077
Binary1100110110100011111001001010010110010100100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cda372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cda372; }

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

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

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

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

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

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

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

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