#CDA873

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

Shades of Putty #CDA873

Tints of Putty #CDA873

Color information

#CDA873 (or 0xCDA873) is unknown color: approx Putty. HEX triplet: CD, A8 and 73. RGB value is (205,168,115). Sum of RGB (Red+Green+Blue) = 205+168+115=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA873 is #32578C. Grayscale: #ADADAD. Windows color (decimal): -3299213 or 7579853. OLE color: 7579853.

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

Color convert

RGB205168115-
CMYK00.180.440.20
HSL35.33º47.37%62.75%-
HSV(B)35.33º43.9%80.39%-
XYZ42.2742.2222.14-
YUV173.0295.26150.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 168 (66.02% from 255) = 34.43%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=42.01%
G=34.43%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516811500.180.440.2035.3347.3762.75
HexCDA8730122C14232f3f
Octal3152501630225424435777
Binary1100110110101000111001101001010110010100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA873; }

 p { color: rgb(205,168,115); }

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

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

 a { background-color: rgb(205,168,115); }

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

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

 span { border-color: rgb(205,168,115); }

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