#CDA870

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

Shades of Putty #CDA870

Tints of Putty #CDA870

Color information

#CDA870 (or 0xCDA870) is unknown color: approx Putty. HEX triplet: CD, A8 and 70. RGB value is (205,168,112). Sum of RGB (Red+Green+Blue) = 205+168+112=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA870 is #32578F. Grayscale: #ACACAC. Windows color (decimal): -3299216 or 7383245. OLE color: 7383245.

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

Color convert

RGB205168112-
CMYK00.180.450.20
HSL36.13º48.19%62.16%-
HSV(B)36.13º45.37%80.39%-
XYZ42.142.1521.25-
YUV172.6893.76151.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 112 (44.14% from 255) = 23.09%
R=42.27%
G=34.64%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516811200.180.450.2036.1348.1962.16
HexCDA8700122D1424303e
Octal3152501600225524446076
Binary1100110110101000111000001001010110110100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA870; }

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

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

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

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

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

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

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

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