#CDAD6C

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

Shades of Putty #CDAD6C

Tints of Putty #CDAD6C

Color information

#CDAD6C (or 0xCDAD6C) is unknown color: approx Putty. HEX triplet: CD, AD and 6C. RGB value is (205,173,108). Sum of RGB (Red+Green+Blue) = 205+173+108=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD6C is #325293. Grayscale: #AFAFAF. Windows color (decimal): -3297940 or 7122381. OLE color: 7122381.

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

Color convert

RGB205173108-
CMYK00.160.470.20
HSL40.21º49.24%61.37%-
HSV(B)40.21º47.32%80.39%-
XYZ42.8343.9520.41-
YUV175.1690.1149.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=42.18%
G=35.60%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517310800.160.470.2040.2149.2461.37
HexCDAD6C0102F1428313d
Octal3152551540205724506175
Binary1100110110101101110110001000010111110100101000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD6C; }

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

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

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

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

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

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

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

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