#D0B971

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

Shades of Putty #D0B971

Tints of Putty #D0B971

Color information

#D0B971 (or 0xD0B971) is unknown color: approx Putty. HEX triplet: D0, B9 and 71. RGB value is (208,185,113). Sum of RGB (Red+Green+Blue) = 208+185+113=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B971 is #2F468E. Grayscale: #B7B7B7. Windows color (decimal): -3098255 or 7453136. OLE color: 7453136.

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

Color convert

RGB208185113-
CMYK00.110.460.18
HSL45.47º50.26%62.94%-
HSV(B)45.47º45.67%81.57%-
XYZ46.3449.322.7-
YUV183.6788.12145.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=41.11%
G=36.56%
B=22.33%

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
Decimal20818511300.110.460.1845.4750.2662.94
HexD0B9710B2E122d323f
Octal3202711610135622556277
Binary110100001011100111100010101110111010010101101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B971; }

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

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

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

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

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

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

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

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