#D5B577

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

Shades of Putty #D5B577

Tints of Putty #D5B577

Color information

#D5B577 (or 0xD5B577) is unknown color: approx Putty. HEX triplet: D5, B5 and 77. RGB value is (213,181,119). Sum of RGB (Red+Green+Blue) = 213+181+119=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B577 is #2A4A88. Grayscale: #B7B7B7. Windows color (decimal): -2771593 or 7845333. OLE color: 7845333.

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

Color convert

RGB213181119-
CMYK00.150.440.16
HSL39.57º52.81%65.1%-
HSV(B)39.57º44.13%83.53%-
XYZ47.2948.5324.33-
YUV183.591.6149.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=41.52%
G=35.28%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318111900.150.440.1639.5752.8165.1
HexD5B5770F2C10283541
Octal32526516701754205065101
Binary1101010110110101111011101111101100100001010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B577; }

 p { color: rgb(213,181,119); }

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

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

 a { background-color: rgb(213,181,119); }

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

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

 span { border-color: rgb(213,181,119); }

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