#D8B574

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

Shades of Putty #D8B574

Tints of Putty #D8B574

Color information

#D8B574 (or 0xD8B574) is unknown color: approx Putty. HEX triplet: D8, B5 and 74. RGB value is (216,181,116). Sum of RGB (Red+Green+Blue) = 216+181+116=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B574 is #274A8B. Grayscale: #B8B8B8. Windows color (decimal): -2574988 or 7648728. OLE color: 7648728.

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

Color convert

RGB216181116-
CMYK00.160.460.15
HSL39º56.18%65.1%-
HSV(B)39º46.3%84.71%-
XYZ4848.9123.43-
YUV184.0689.6150.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 116 (45.70% from 255) = 22.61%
R=42.11%
G=35.28%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618111600.160.460.153956.1865.1
HexD8B5740102EF273841
Octal33026516402056174770101
Binary1101100010110101111010001000010111011111001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B574; }

 p { color: rgb(216,181,116); }

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

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

 a { background-color: rgb(216,181,116); }

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

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

 span { border-color: rgb(216,181,116); }

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