#D0AF76

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

Shades of Putty #D0AF76

Tints of Putty #D0AF76

Color information

#D0AF76 (or 0xD0AF76) is unknown color: approx Putty. HEX triplet: D0, AF and 76. RGB value is (208,175,118). Sum of RGB (Red+Green+Blue) = 208+175+118=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF76 is #2F5089. Grayscale: #B2B2B2. Windows color (decimal): -3100810 or 7778256. OLE color: 7778256.

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

Color convert

RGB208175118-
CMYK00.160.430.18
HSL38º48.91%63.92%-
HSV(B)38º43.27%81.57%-
XYZ44.6145.3823.55-
YUV178.3793.93149.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=41.52%
G=34.93%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817511800.160.430.183848.9163.92
HexD0AF760102B12263140
Octal32025716602053224661100
Binary11010000101011111110110010000101011100101001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AF76; }

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

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

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

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

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

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

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

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