#CDA970

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

Shades of Putty #CDA970

Tints of Putty #CDA970

Color information

#CDA970 (or 0xCDA970) is unknown color: approx Putty. HEX triplet: CD, A9 and 70. RGB value is (205,169,112). Sum of RGB (Red+Green+Blue) = 205+169+112=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA970 is #32568F. Grayscale: #ADADAD. Windows color (decimal): -3298960 or 7383501. OLE color: 7383501.

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

Color convert

RGB205169112-
CMYK00.180.450.20
HSL36.77º48.19%62.16%-
HSV(B)36.77º45.37%80.39%-
XYZ42.2942.5221.31-
YUV173.2793.43150.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 23.05%
R=42.18%
G=34.77%
B=23.05%

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
Decimal20516911200.180.450.2036.7748.1962.16
HexCDA9700122D1425303e
Octal3152511600225524456076
Binary1100110110101001111000001001010110110100100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA970; }

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

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

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

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

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

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

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

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