#CDAD6A

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

Shades of Putty #CDAD6A

Tints of Putty #CDAD6A

Color information

#CDAD6A (or 0xCDAD6A) is unknown color: approx Putty. HEX triplet: CD, AD and 6A. RGB value is (205,173,106). Sum of RGB (Red+Green+Blue) = 205+173+106=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD6A is #325295. Grayscale: #AFAFAF. Windows color (decimal): -3297942 or 6991309. OLE color: 6991309.

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

Color convert

RGB205173106-
CMYK00.160.480.20
HSL40.61º49.75%60.98%-
HSV(B)40.61º48.29%80.39%-
XYZ42.7243.9119.86-
YUV174.9389.1149.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=42.36%
G=35.74%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517310600.160.480.2040.6149.7560.98
HexCDAD6A010301429323d
Octal3152551520206024516275
Binary1100110110101101110101001000011000010100101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD6A; }

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

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

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

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

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

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

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

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