#D0AF79

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

Shades of Putty #D0AF79

Tints of Putty #D0AF79

Color information

#D0AF79 (or 0xD0AF79) is unknown color: approx Putty. HEX triplet: D0, AF and 79. RGB value is (208,175,121). Sum of RGB (Red+Green+Blue) = 208+175+121=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF79 is #2F5086. Grayscale: #B2B2B2. Windows color (decimal): -3100807 or 7974864. OLE color: 7974864.

HSL color Cylindrical-coordinate representation of color #D0AF79: hue angle of 37.24º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0AF79 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208175121-
CMYK00.160.420.18
HSL37.24º48.07%64.51%-
HSV(B)37.24º41.83%81.57%-
XYZ44.7945.4524.5-
YUV178.7195.43148.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=41.27%
G=34.72%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817512100.160.420.1837.2448.0764.51
HexD0AF790102A12253041
Octal32025717102052224560101
Binary11010000101011111111001010000101010100101001011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AF79; }

 p { color: rgb(208,175,121); }

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

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

 a { background-color: rgb(208,175,121); }

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

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

 span { border-color: rgb(208,175,121); }

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