#D5B16E

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

Shades of Putty #D5B16E

Tints of Putty #D5B16E

Color information

#D5B16E (or 0xD5B16E) is unknown color: approx Putty. HEX triplet: D5, B1 and 6E. RGB value is (213,177,110). Sum of RGB (Red+Green+Blue) = 213+177+110=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B16E is #2A4E91. Grayscale: #B4B4B4. Windows color (decimal): -2772626 or 7254485. OLE color: 7254485.

HSL color Cylindrical-coordinate representation of color #D5B16E: hue angle of 39.03º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5B16E is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213177110-
CMYK00.170.480.16
HSL39.03º55.08%63.33%-
HSV(B)39.03º48.36%83.53%-
XYZ45.9846.7221.35-
YUV180.1388.43151.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 110 (43.36% from 255) = 22%
R=42.6%
G=35.4%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317711000.170.480.1639.0355.0863.33
HexD5B16E011301027373f
Octal3252611560216020476777
Binary1101010110110001110111001000111000010000100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B16E; }

 p { color: rgb(213,177,110); }

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

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

 a { background-color: rgb(213,177,110); }

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

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

 span { border-color: rgb(213,177,110); }

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