#CDAD66

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

Shades of Putty #CDAD66

Tints of Putty #CDAD66

Color information

#CDAD66 (or 0xCDAD66) is unknown color: approx Putty. HEX triplet: CD, AD and 66. RGB value is (205,173,102). Sum of RGB (Red+Green+Blue) = 205+173+102=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD66 is #325299. Grayscale: #AEAEAE. Windows color (decimal): -3297946 or 6729165. OLE color: 6729165.

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

Color convert

RGB205173102-
CMYK00.160.500.20
HSL41.36º50.74%60.2%-
HSV(B)41.36º50.24%80.39%-
XYZ42.5243.8318.79-
YUV174.4787.1149.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=42.71%
G=36.04%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517310200.160.500.2041.3650.7460.2
HexCDAD66010321429333c
Octal3152551460206224516374
Binary1100110110101101110011001000011001010100101001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD66; }

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

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

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

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

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

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

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

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