#D5A46D

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

Shades of Putty #D5A46D

Tints of Putty #D5A46D

Color information

#D5A46D (or 0xD5A46D) is unknown color: approx Putty. HEX triplet: D5, A4 and 6D. RGB value is (213,164,109). Sum of RGB (Red+Green+Blue) = 213+164+109=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A46D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A46D is #2A5B92. Grayscale: #ACACAC. Windows color (decimal): -2775955 or 7185621. OLE color: 7185621.

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

Color convert

RGB213164109-
CMYK00.230.490.16
HSL31.73º55.32%63.14%-
HSV(B)31.73º48.83%83.53%-
XYZ43.4841.820.24-
YUV172.3892.23156.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 109 (42.97% from 255) = 22.43%
R=43.83%
G=33.74%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316410900.230.490.1631.7355.3263.14
HexD5A46D017311020373f
Octal3252441550276120406777
Binary1101010110100100110110101011111000110000100000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A46D; }

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

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

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

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

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

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

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

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