#D8B773

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

Shades of Putty #D8B773

Tints of Putty #D8B773

Color information

#D8B773 (or 0xD8B773) is unknown color: approx Putty. HEX triplet: D8, B7 and 73. RGB value is (216,183,115). Sum of RGB (Red+Green+Blue) = 216+183+115=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 115 (45.31% from 255 or 22.37% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B773 is #27488C. Grayscale: #B9B9B9. Windows color (decimal): -2574477 or 7583704. OLE color: 7583704.

HSL color Cylindrical-coordinate representation of color #D8B773: hue angle of 40.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8B773 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216183115-
CMYK00.150.470.15
HSL40.4º56.42%64.9%-
HSV(B)40.4º46.76%84.71%-
XYZ48.3549.723.27-
YUV185.1288.43150.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 183 (71.88% from 255) = 35.60%
BLUE value IS 115 (45.31% from 255) = 22.37%
R=42.02%
G=35.60%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618311500.150.470.1540.456.4264.9
HexD8B7730F2FF283841
Octal33026716301757175070101
Binary110110001011011111100110111110111111111010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B773; }

 p { color: rgb(216,183,115); }

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

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

 a { background-color: rgb(216,183,115); }

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

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

 span { border-color: rgb(216,183,115); }

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