#D0B973

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

Shades of Putty #D0B973

Tints of Putty #D0B973

Color information

#D0B973 (or 0xD0B973) is unknown color: approx Putty. HEX triplet: D0, B9 and 73. RGB value is (208,185,115). Sum of RGB (Red+Green+Blue) = 208+185+115=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B973 is #2F468C. Grayscale: #B8B8B8. Windows color (decimal): -3098253 or 7584208. OLE color: 7584208.

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

Color convert

RGB208185115-
CMYK00.110.450.18
HSL45.16º49.73%63.33%-
HSV(B)45.16º44.71%81.57%-
XYZ46.4649.3523.3-
YUV183.989.12145.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 115 (45.31% from 255) = 22.64%
R=40.94%
G=36.42%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818511500.110.450.1845.1649.7363.33
HexD0B9730B2D122d323f
Octal3202711630135522556277
Binary110100001011100111100110101110110110010101101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B973; }

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

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

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

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

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

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

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

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