#D1B36B

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

Shades of Putty #D1B36B

Tints of Putty #D1B36B

Color information

#D1B36B (or 0xD1B36B) is unknown color: approx Putty. HEX triplet: D1, B3 and 6B. RGB value is (209,179,107). Sum of RGB (Red+Green+Blue) = 209+179+107=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B36B is #2E4C94. Grayscale: #B4B4B4. Windows color (decimal): -3034261 or 7058385. OLE color: 7058385.

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

Color convert

RGB209179107-
CMYK00.140.490.18
HSL42.35º52.58%61.96%-
HSV(B)42.35º48.8%81.96%-
XYZ45.0746.8620.58-
YUV179.7686.94148.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 107 (42.19% from 255) = 21.62%
R=42.22%
G=36.16%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917910700.140.490.1842.3552.5861.96
HexD1B36B0E31122a353e
Octal3212631530166122526576
Binary110100011011001111010110111011000110010101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B36B; }

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

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

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

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

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

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

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

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