#D0A674

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

Shades of Putty #D0A674

Tints of Putty #D0A674

Color information

#D0A674 (or 0xD0A674) is unknown color: approx Putty. HEX triplet: D0, A6 and 74. RGB value is (208,166,116). Sum of RGB (Red+Green+Blue) = 208+166+116=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A674 is #2F598B. Grayscale: #ADADAD. Windows color (decimal): -3103116 or 7644880. OLE color: 7644880.

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

Color convert

RGB208166116-
CMYK00.200.440.18
HSL32.61º49.46%63.53%-
HSV(B)32.61º44.23%81.57%-
XYZ42.841.9422.36-
YUV172.8695.91153.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 166 (65.23% from 255) = 33.88%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=42.45%
G=33.88%
B=23.67%

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
Decimal20816611600.200.440.1832.6149.4663.53
HexD0A6740142C12213140
Octal32024616402454224161100
Binary11010000101001101110100010100101100100101000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A674; }

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

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

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

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

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

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

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

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