#D9B375

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

Shades of Putty #D9B375

Tints of Putty #D9B375

Color information

#D9B375 (or 0xD9B375) is unknown color: approx Putty. HEX triplet: D9, B3 and 75. RGB value is (217,179,117). Sum of RGB (Red+Green+Blue) = 217+179+117=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B375 is #264C8A. Grayscale: #B7B7B7. Windows color (decimal): -2509963 or 7713753. OLE color: 7713753.

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

Color convert

RGB217179117-
CMYK00.180.460.15
HSL37.2º56.82%65.49%-
HSV(B)37.2º46.08%85.1%-
XYZ47.9548.2823.62-
YUV183.2990.59152.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=42.30%
G=34.89%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717911700.180.460.1537.256.8265.49
HexD9B3750122EF253941
Octal33126316502256174571101
Binary1101100110110011111010101001010111011111001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B375; }

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

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

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

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

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

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

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

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