#D9B074

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

Shades of Putty #D9B074

Tints of Putty #D9B074

Color information

#D9B074 (or 0xD9B074) is unknown color: approx Putty. HEX triplet: D9, B0 and 74. RGB value is (217,176,116). Sum of RGB (Red+Green+Blue) = 217+176+116=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B074 is #264F8B. Grayscale: #B5B5B5. Windows color (decimal): -2510732 or 7647449. OLE color: 7647449.

HSL color Cylindrical-coordinate representation of color #D9B074: hue angle of 35.64º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9B074 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217176116-
CMYK00.190.470.15
HSL35.64º57.06%65.29%-
HSV(B)35.64º46.54%85.1%-
XYZ47.2947.0623.11-
YUV181.4291.08153.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 116 (45.70% from 255) = 22.79%
R=42.63%
G=34.58%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717611600.190.470.1535.6457.0665.29
HexD9B0740132FF243941
Octal33126016402357174471101
Binary1101100110110000111010001001110111111111001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B074; }

 p { color: rgb(217,176,116); }

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

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

 a { background-color: rgb(217,176,116); }

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

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

 span { border-color: rgb(217,176,116); }

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