#D1B374

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

Shades of Putty #D1B374

Tints of Putty #D1B374

Color information

#D1B374 (or 0xD1B374) is unknown color: approx Putty. HEX triplet: D1, B3 and 74. RGB value is (209,179,116). Sum of RGB (Red+Green+Blue) = 209+179+116=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B374 is #2E4C8B. Grayscale: #B5B5B5. Windows color (decimal): -3034252 or 7648209. OLE color: 7648209.

HSL color Cylindrical-coordinate representation of color #D1B374: hue angle of 40.65º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1B374 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209179116-
CMYK00.140.440.18
HSL40.65º50.27%63.73%-
HSV(B)40.65º44.5%81.96%-
XYZ45.5747.0623.2-
YUV180.7991.44148.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=41.47%
G=35.52%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917911600.140.440.1840.6550.2763.73
HexD1B3740E2C12293240
Octal32126316401654225162100
Binary1101000110110011111010001110101100100101010011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B374; }

 p { color: rgb(209,179,116); }

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

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

 a { background-color: rgb(209,179,116); }

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

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

 span { border-color: rgb(209,179,116); }

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