#D5B876

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

Shades of Putty #D5B876

Tints of Putty #D5B876

Color information

#D5B876 (or 0xD5B876) is unknown color: approx Putty. HEX triplet: D5, B8 and 76. RGB value is (213,184,118). Sum of RGB (Red+Green+Blue) = 213+184+118=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B876 is #2A4789. Grayscale: #B9B9B9. Windows color (decimal): -2770826 or 7780565. OLE color: 7780565.

HSL color Cylindrical-coordinate representation of color #D5B876: hue angle of 41.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5B876 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213184118-
CMYK00.140.450.16
HSL41.68º53.07%64.9%-
HSV(B)41.68º44.6%83.53%-
XYZ47.8549.7424.22-
YUV185.1590.11147.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 118 (46.48% from 255) = 22.91%
R=41.36%
G=35.73%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318411800.140.450.1641.6853.0764.9
HexD5B8760E2D102a3541
Octal32527016601655205265101
Binary1101010110111000111011001110101101100001010101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B876; }

 p { color: rgb(213,184,118); }

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

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

 a { background-color: rgb(213,184,118); }

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

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

 span { border-color: rgb(213,184,118); }

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