#CDA76D

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

Shades of Putty #CDA76D

Tints of Putty #CDA76D

Color information

#CDA76D (or 0xCDA76D) is unknown color: approx Putty. HEX triplet: CD, A7 and 6D. RGB value is (205,167,109). Sum of RGB (Red+Green+Blue) = 205+167+109=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA76D is #325892. Grayscale: #ACACAC. Windows color (decimal): -3299475 or 7186381. OLE color: 7186381.

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

Color convert

RGB205167109-
CMYK00.190.470.20
HSL36.25º48.98%61.57%-
HSV(B)36.25º46.83%80.39%-
XYZ41.7641.7220.32-
YUV171.7592.59151.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=42.62%
G=34.72%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516710900.190.470.2036.2548.9861.57
HexCDA76D0132F1424313e
Octal3152471550235724446176
Binary1100110110100111110110101001110111110100100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA76D; }

 p { color: rgb(205,167,109); }

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

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

 a { background-color: rgb(205,167,109); }

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

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

 span { border-color: rgb(205,167,109); }

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