#D0B473

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

Shades of Putty #D0B473

Tints of Putty #D0B473

Color information

#D0B473 (or 0xD0B473) is unknown color: approx Putty. HEX triplet: D0, B4 and 73. RGB value is (208,180,115). Sum of RGB (Red+Green+Blue) = 208+180+115=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B473 is #2F4B8C. Grayscale: #B5B5B5. Windows color (decimal): -3099533 or 7582928. OLE color: 7582928.

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

Color convert

RGB208180115-
CMYK00.130.450.18
HSL41.94º49.73%63.33%-
HSV(B)41.94º44.71%81.57%-
XYZ45.4347.2922.95-
YUV180.9690.78147.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 115 (45.31% from 255) = 22.86%
R=41.35%
G=35.79%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818011500.130.450.1841.9449.7363.33
HexD0B4730D2D122a323f
Octal3202641630155522526277
Binary110100001011010011100110110110110110010101010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B473; }

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

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

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

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

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

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

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

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