#D0A774

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

Shades of Putty #D0A774

Tints of Putty #D0A774

Color information

#D0A774 (or 0xD0A774) is unknown color: approx Putty. HEX triplet: D0, A7 and 74. RGB value is (208,167,116). Sum of RGB (Red+Green+Blue) = 208+167+116=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A774 is #2F588B. Grayscale: #ADADAD. Windows color (decimal): -3102860 or 7645136. OLE color: 7645136.

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

Color convert

RGB208167116-
CMYK00.200.440.18
HSL33.26º49.46%63.53%-
HSV(B)33.26º44.23%81.57%-
XYZ42.9842.3122.42-
YUV173.4495.58152.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=42.36%
G=34.01%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816711600.200.440.1833.2649.4663.53
HexD0A7740142C12213140
Octal32024716402454224161100
Binary11010000101001111110100010100101100100101000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A774; }

 p { color: rgb(208,167,116); }

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

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

 a { background-color: rgb(208,167,116); }

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

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

 span { border-color: rgb(208,167,116); }

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