#CDAF66

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

Shades of Putty #CDAF66

Tints of Putty #CDAF66

Color information

#CDAF66 (or 0xCDAF66) is unknown color: approx Putty. HEX triplet: CD, AF and 66. RGB value is (205,175,102). Sum of RGB (Red+Green+Blue) = 205+175+102=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAF66 is #325099. Grayscale: #AFAFAF. Windows color (decimal): -3297434 or 6729677. OLE color: 6729677.

HSL color Cylindrical-coordinate representation of color #CDAF66: hue angle of 42.52º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDAF66 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205175102-
CMYK00.150.500.20
HSL42.52º50.74%60.2%-
HSV(B)42.52º50.24%80.39%-
XYZ42.9144.618.92-
YUV175.6586.44148.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=42.53%
G=36.31%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517510200.150.500.2042.5250.7460.2
HexCDAF660F32142b333c
Octal3152571460176224536374
Binary110011011010111111001100111111001010100101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAF66; }

 p { color: rgb(205,175,102); }

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

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

 a { background-color: rgb(205,175,102); }

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

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

 span { border-color: rgb(205,175,102); }

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