#D9B473

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

Shades of Putty #D9B473

Tints of Putty #D9B473

Color information

#D9B473 (or 0xD9B473) is unknown color: approx Putty. HEX triplet: D9, B4 and 73. RGB value is (217,180,115). Sum of RGB (Red+Green+Blue) = 217+180+115=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B473 is #264B8C. Grayscale: #B7B7B7. Windows color (decimal): -2509709 or 7582937. OLE color: 7582937.

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

Color convert

RGB217180115-
CMYK00.170.470.15
HSL38.24º57.3%65.1%-
HSV(B)38.24º47%85.1%-
XYZ48.0348.6323.08-
YUV183.6589.26151.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 115 (45.31% from 255) = 22.46%
R=42.38%
G=35.16%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718011500.170.470.1538.2457.365.1
HexD9B4730112FF263941
Octal33126416302157174671101
Binary1101100110110100111001101000110111111111001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B473; }

 p { color: rgb(217,180,115); }

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

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

 a { background-color: rgb(217,180,115); }

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

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

 span { border-color: rgb(217,180,115); }

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