#D9B370

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

Shades of Putty #D9B370

Tints of Putty #D9B370

Color information

#D9B370 (or 0xD9B370) is unknown color: approx Putty. HEX triplet: D9, B3 and 70. RGB value is (217,179,112). Sum of RGB (Red+Green+Blue) = 217+179+112=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B370 is #264C8F. Grayscale: #B7B7B7. Windows color (decimal): -2509968 or 7386073. OLE color: 7386073.

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

Color convert

RGB217179112-
CMYK00.180.480.15
HSL38.29º58.01%64.51%-
HSV(B)38.29º48.39%85.1%-
XYZ47.6648.1622.11-
YUV182.7288.09152.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.72%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=42.72%
G=35.24%
B=22.05%

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
Decimal21717911200.180.480.1538.2958.0164.51
HexD9B37001230F263a41
Octal33126316002260174672101
Binary1101100110110011111000001001011000011111001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B370; }

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

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

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

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

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

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

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

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