#D9B374

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

Shades of Putty #D9B374

Tints of Putty #D9B374

Color information

#D9B374 (or 0xD9B374) is unknown color: approx Putty. HEX triplet: D9, B3 and 74. RGB value is (217,179,116). Sum of RGB (Red+Green+Blue) = 217+179+116=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B374 is #264C8B. Grayscale: #B7B7B7. Windows color (decimal): -2509964 or 7648217. OLE color: 7648217.

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

Color convert

RGB217179116-
CMYK00.180.470.15
HSL37.43º57.06%65.29%-
HSV(B)37.43º46.54%85.1%-
XYZ47.8948.2523.31-
YUV183.1890.09152.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=42.38%
G=34.96%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717911600.180.470.1537.4357.0665.29
HexD9B3740122FF253941
Octal33126316402257174571101
Binary1101100110110011111010001001010111111111001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B374; }

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

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

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

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

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

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

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

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