#D0B970

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

Shades of Putty #D0B970

Tints of Putty #D0B970

Color information

#D0B970 (or 0xD0B970) is unknown color: approx Putty. HEX triplet: D0, B9 and 70. RGB value is (208,185,112). Sum of RGB (Red+Green+Blue) = 208+185+112=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B970 is #2F468F. Grayscale: #B7B7B7. Windows color (decimal): -3098256 or 7387600. OLE color: 7387600.

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

Color convert

RGB208185112-
CMYK00.110.460.18
HSL45.62º50.53%62.75%-
HSV(B)45.62º46.15%81.57%-
XYZ46.2949.2822.4-
YUV183.5687.62145.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=41.19%
G=36.63%
B=22.18%

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
Decimal20818511200.110.460.1845.6250.5362.75
HexD0B9700B2E122e333f
Octal3202711600135622566377
Binary110100001011100111100000101110111010010101110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B970; }

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

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

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

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

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

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

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

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