#D0B171

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

Shades of Putty #D0B171

Tints of Putty #D0B171

Color information

#D0B171 (or 0xD0B171) is unknown color: approx Putty. HEX triplet: D0, B1 and 71. RGB value is (208,177,113). Sum of RGB (Red+Green+Blue) = 208+177+113=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B171 is #2F4E8E. Grayscale: #B3B3B3. Windows color (decimal): -3100303 or 7451088. OLE color: 7451088.

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

Color convert

RGB208177113-
CMYK00.150.460.18
HSL40.42º50.26%62.94%-
HSV(B)40.42º45.67%81.57%-
XYZ44.7246.0522.15-
YUV178.9790.77148.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=41.77%
G=35.54%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817711300.150.460.1840.4250.2662.94
HexD0B1710F2E1228323f
Octal3202611610175622506277
Binary110100001011000111100010111110111010010101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B171; }

 p { color: rgb(208,177,113); }

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

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

 a { background-color: rgb(208,177,113); }

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

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

 span { border-color: rgb(208,177,113); }

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