#CDA86A

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

Shades of Putty #CDA86A

Tints of Putty #CDA86A

Color information

#CDA86A (or 0xCDA86A) is unknown color: approx Putty. HEX triplet: CD, A8 and 6A. RGB value is (205,168,106). Sum of RGB (Red+Green+Blue) = 205+168+106=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA86A is #325795. Grayscale: #ACACAC. Windows color (decimal): -3299222 or 6990029. OLE color: 6990029.

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

Color convert

RGB205168106-
CMYK00.180.480.20
HSL37.58º49.75%60.98%-
HSV(B)37.58º48.29%80.39%-
XYZ41.7842.0319.55-
YUV17290.76151.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=42.80%
G=35.07%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516810600.180.480.2037.5849.7560.98
HexCDA86A012301426323d
Octal3152501520226024466275
Binary1100110110101000110101001001011000010100100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA86A; }

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

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

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

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

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

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

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

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