#D9B170

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

Shades of Putty #D9B170

Tints of Putty #D9B170

Color information

#D9B170 (or 0xD9B170) is unknown color: approx Putty. HEX triplet: D9, B1 and 70. RGB value is (217,177,112). Sum of RGB (Red+Green+Blue) = 217+177+112=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B170 is #264E8F. Grayscale: #B5B5B5. Windows color (decimal): -2510480 or 7385561. OLE color: 7385561.

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

Color convert

RGB217177112-
CMYK00.180.480.15
HSL37.14º58.01%64.51%-
HSV(B)37.14º48.39%85.1%-
XYZ47.2647.3721.98-
YUV181.5588.75153.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=42.89%
G=34.98%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717711200.180.480.1537.1458.0164.51
HexD9B17001230F253a41
Octal33126116002260174572101
Binary1101100110110001111000001001011000011111001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B170; }

 p { color: rgb(217,177,112); }

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

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

 a { background-color: rgb(217,177,112); }

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

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

 span { border-color: rgb(217,177,112); }

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