#D9B672

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

Shades of Putty #D9B672

Tints of Putty #D9B672

Color information

#D9B672 (or 0xD9B672) is unknown color: approx Putty. HEX triplet: D9, B6 and 72. RGB value is (217,182,114). Sum of RGB (Red+Green+Blue) = 217+182+114=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B672 is #26498D. Grayscale: #B9B9B9. Windows color (decimal): -2509198 or 7517913. OLE color: 7517913.

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

Color convert

RGB217182114-
CMYK00.160.470.15
HSL39.61º57.54%64.9%-
HSV(B)39.61º47.47%85.1%-
XYZ48.3849.4222.91-
YUV184.7188.1151.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=42.30%
G=35.48%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718211400.160.470.1539.6157.5464.9
HexD9B6720102FF283a41
Octal33126616202057175072101
Binary1101100110110110111001001000010111111111010001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B672; }

 p { color: rgb(217,182,114); }

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

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

 a { background-color: rgb(217,182,114); }

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

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

 span { border-color: rgb(217,182,114); }

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