#D1B673

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

Shades of Putty #D1B673

Tints of Putty #D1B673

Color information

#D1B673 (or 0xD1B673) is unknown color: approx Putty. HEX triplet: D1, B6 and 73. RGB value is (209,182,115). Sum of RGB (Red+Green+Blue) = 209+182+115=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B673 is #2E498C. Grayscale: #B6B6B6. Windows color (decimal): -3033485 or 7583441. OLE color: 7583441.

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

Color convert

RGB209182115-
CMYK00.130.450.18
HSL42.77º50.54%63.53%-
HSV(B)42.77º44.98%81.96%-
XYZ46.1248.2523.1-
YUV182.4489.95146.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 115 (45.31% from 255) = 22.73%
R=41.30%
G=35.97%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918211500.130.450.1842.7750.5463.53
HexD1B6730D2D122b3340
Octal32126616301555225363100
Binary1101000110110110111001101101101101100101010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B673; }

 p { color: rgb(209,182,115); }

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

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

 a { background-color: rgb(209,182,115); }

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

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

 span { border-color: rgb(209,182,115); }

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