#D5B377

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

Shades of Putty #D5B377

Tints of Putty #D5B377

Color information

#D5B377 (or 0xD5B377) is unknown color: approx Putty. HEX triplet: D5, B3 and 77. RGB value is (213,179,119). Sum of RGB (Red+Green+Blue) = 213+179+119=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B377 is #2A4C88. Grayscale: #B6B6B6. Windows color (decimal): -2772105 or 7844821. OLE color: 7844821.

HSL color Cylindrical-coordinate representation of color #D5B377: hue angle of 38.3º 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 #D5B377 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213179119-
CMYK00.160.440.16
HSL38.3º52.81%65.1%-
HSV(B)38.3º44.13%83.53%-
XYZ46.8947.7224.19-
YUV182.3392.26149.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=41.68%
G=35.03%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317911900.160.440.1638.352.8165.1
HexD5B3770102C10263541
Octal32526316702054204665101
Binary11010101101100111110111010000101100100001001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B377; }

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

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

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

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

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

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

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

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