#D5A66D

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

Shades of Putty #D5A66D

Tints of Putty #D5A66D

Color information

#D5A66D (or 0xD5A66D) is unknown color: approx Putty. HEX triplet: D5, A6 and 6D. RGB value is (213,166,109). Sum of RGB (Red+Green+Blue) = 213+166+109=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A66D is #2A5992. Grayscale: #ADADAD. Windows color (decimal): -2775443 or 7186133. OLE color: 7186133.

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

Color convert

RGB213166109-
CMYK00.220.490.16
HSL32.88º55.32%63.14%-
HSV(B)32.88º48.83%83.53%-
XYZ43.8442.5220.37-
YUV173.5591.57156.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.65%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=43.65%
G=34.02%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316610900.220.490.1632.8855.3263.14
HexD5A66D016311021373f
Octal3252461550266120416777
Binary1101010110100110110110101011011000110000100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A66D; }

 p { color: rgb(213,166,109); }

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

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

 a { background-color: rgb(213,166,109); }

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

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

 span { border-color: rgb(213,166,109); }

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