#D0BA71

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

Shades of Putty #D0BA71

Tints of Putty #D0BA71

Color information

#D0BA71 (or 0xD0BA71) is unknown color: approx Putty. HEX triplet: D0, BA and 71. RGB value is (208,186,113). Sum of RGB (Red+Green+Blue) = 208+186+113=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BA71 is #2F458E. Grayscale: #B8B8B8. Windows color (decimal): -3097999 or 7453392. OLE color: 7453392.

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

Color convert

RGB208186113-
CMYK00.110.460.18
HSL46.11º50.26%62.94%-
HSV(B)46.11º45.67%81.57%-
XYZ46.5549.7222.77-
YUV184.2687.79144.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=41.03%
G=36.69%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818611300.110.460.1846.1150.2662.94
HexD0BA710B2E122e323f
Octal3202721610135622566277
Binary110100001011101011100010101110111010010101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA71; }

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

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

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

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

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

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

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

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