#CDAD77

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

Shades of Putty #CDAD77

Tints of Putty #CDAD77

Color information

#CDAD77 (or 0xCDAD77) is unknown color: approx Putty. HEX triplet: CD, AD and 77. RGB value is (205,173,119). Sum of RGB (Red+Green+Blue) = 205+173+119=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAD77 is #325288. Grayscale: #B0B0B0. Windows color (decimal): -3297929 or 7843277. OLE color: 7843277.

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

Color convert

RGB205173119-
CMYK00.160.420.20
HSL37.67º46.24%63.53%-
HSV(B)37.67º41.95%80.39%-
XYZ43.4544.223.69-
YUV176.4195.6148.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.25%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 119 (46.88% from 255) = 23.94%
R=41.25%
G=34.81%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517311900.160.420.2037.6746.2463.53
HexCDAD770102A14262e40
Octal31525516702052244656100
Binary11001101101011011110111010000101010101001001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAD77; }

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

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

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

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

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

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

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

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