#CDA86E

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

Shades of Putty #CDA86E

Tints of Putty #CDA86E

Color information

#CDA86E (or 0xCDA86E) is unknown color: approx Putty. HEX triplet: CD, A8 and 6E. RGB value is (205,168,110). Sum of RGB (Red+Green+Blue) = 205+168+110=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA86E is #325791. Grayscale: #ACACAC. Windows color (decimal): -3299218 or 7252173. OLE color: 7252173.

HSL color Cylindrical-coordinate representation of color #CDA86E: hue angle of 36.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDA86E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205168110-
CMYK00.180.460.20
HSL36.63º48.72%61.76%-
HSV(B)36.63º46.34%80.39%-
XYZ41.9942.1120.67-
YUV172.4592.76151.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=42.44%
G=34.78%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516811000.180.460.2036.6348.7261.76
HexCDA86E0122E1425313e
Octal3152501560225624456176
Binary1100110110101000110111001001010111010100100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA86E; }

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

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

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

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

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

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

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

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