#D5A16E

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

Shades of Putty #D5A16E

Tints of Putty #D5A16E

Color information

#D5A16E (or 0xD5A16E) is unknown color: approx Putty. HEX triplet: D5, A1 and 6E. RGB value is (213,161,110). Sum of RGB (Red+Green+Blue) = 213+161+110=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A16E is #2A5E91. Grayscale: #AAAAAA. Windows color (decimal): -2776722 or 7250389. OLE color: 7250389.

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

Color convert

RGB213161110-
CMYK00.240.480.16
HSL29.71º55.08%63.33%-
HSV(B)29.71º48.36%83.53%-
XYZ4340.7620.35-
YUV170.7393.73158.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 161 (63.28% from 255) = 33.26%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=44.01%
G=33.26%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316111000.240.480.1629.7155.0863.33
HexD5A16E01830101e373f
Octal3252411560306020366777
Binary110101011010000111011100110001100001000011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A16E; }

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

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

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

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

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

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

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

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