#CDAE6A

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

Shades of Putty #CDAE6A

Tints of Putty #CDAE6A

Color information

#CDAE6A (or 0xCDAE6A) is unknown color: approx Putty. HEX triplet: CD, AE and 6A. RGB value is (205,174,106). Sum of RGB (Red+Green+Blue) = 205+174+106=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE6A is #325195. Grayscale: #AFAFAF. Windows color (decimal): -3297686 or 6991565. OLE color: 6991565.

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

Color convert

RGB205174106-
CMYK00.150.480.20
HSL41.21º49.75%60.98%-
HSV(B)41.21º48.29%80.39%-
XYZ42.9144.2919.92-
YUV175.5288.77149.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=42.27%
G=35.88%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517410600.150.480.2041.2149.7560.98
HexCDAE6A0F301429323d
Octal3152561520176024516275
Binary110011011010111011010100111111000010100101001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE6A; }

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

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

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

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

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

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

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

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