#D5B872

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

Shades of Putty #D5B872

Tints of Putty #D5B872

Color information

#D5B872 (or 0xD5B872) is unknown color: approx Putty. HEX triplet: D5, B8 and 72. RGB value is (213,184,114). Sum of RGB (Red+Green+Blue) = 213+184+114=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B872 is #2A478D. Grayscale: #B8B8B8. Windows color (decimal): -2770830 or 7518421. OLE color: 7518421.

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

Color convert

RGB213184114-
CMYK00.140.460.16
HSL42.42º54.1%64.12%-
HSV(B)42.42º46.48%83.53%-
XYZ47.6249.6422.99-
YUV184.6988.11148.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=41.68%
G=36.01%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318411400.140.460.1642.4254.164.12
HexD5B8720E2E102a3640
Octal32527016201656205266100
Binary1101010110111000111001001110101110100001010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B872; }

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

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

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

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

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

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

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

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