#D9B56F

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

Shades of Putty #D9B56F

Tints of Putty #D9B56F

Color information

#D9B56F (or 0xD9B56F) is unknown color: approx Putty. HEX triplet: D9, B5 and 6F. RGB value is (217,181,111). Sum of RGB (Red+Green+Blue) = 217+181+111=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B56F is #264A90. Grayscale: #B8B8B8. Windows color (decimal): -2509457 or 7321049. OLE color: 7321049.

HSL color Cylindrical-coordinate representation of color #D9B56F: hue angle of 39.62º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9B56F is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB217181111-
CMYK00.170.490.15
HSL39.62º58.24%64.31%-
HSV(B)39.62º48.85%85.1%-
XYZ48.0148.9521.96-
YUV183.7886.93151.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 111 (43.75% from 255) = 21.81%
R=42.63%
G=35.56%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718111100.170.490.1539.6258.2464.31
HexD9B56F01131F283a40
Octal33126515702161175072100
Binary1101100110110101110111101000111000111111010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B56F; }

 p { color: rgb(217,181,111); }

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

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

 a { background-color: rgb(217,181,111); }

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

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

 span { border-color: rgb(217,181,111); }

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