#D9B073

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

Shades of Putty #D9B073

Tints of Putty #D9B073

Color information

#D9B073 (or 0xD9B073) is unknown color: approx Putty. HEX triplet: D9, B0 and 73. RGB value is (217,176,115). Sum of RGB (Red+Green+Blue) = 217+176+115=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B073 is #264F8C. Grayscale: #B5B5B5. Windows color (decimal): -2510733 or 7581913. OLE color: 7581913.

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

Color convert

RGB217176115-
CMYK00.190.470.15
HSL35.88º57.3%65.1%-
HSV(B)35.88º47%85.1%-
XYZ47.2447.0422.81-
YUV181.390.58153.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 115 (45.31% from 255) = 22.64%
R=42.72%
G=34.65%
B=22.64%

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
Decimal21717611500.190.470.1535.8857.365.1
HexD9B0730132FF243941
Octal33126016302357174471101
Binary1101100110110000111001101001110111111111001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B073; }

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

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

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

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

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

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

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

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