#D5A86D

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

Shades of Putty #D5A86D

Tints of Putty #D5A86D

Color information

#D5A86D (or 0xD5A86D) is unknown color: approx Putty. HEX triplet: D5, A8 and 6D. RGB value is (213,168,109). Sum of RGB (Red+Green+Blue) = 213+168+109=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A86D is #2A5792. Grayscale: #AFAFAF. Windows color (decimal): -2774931 or 7186645. OLE color: 7186645.

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

Color convert

RGB213168109-
CMYK00.210.490.16
HSL34.04º55.32%63.14%-
HSV(B)34.04º48.83%83.53%-
XYZ44.243.2620.49-
YUV174.7390.91155.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=43.47%
G=34.29%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316810900.210.490.1634.0455.3263.14
HexD5A86D015311022373f
Octal3252501550256120426777
Binary1101010110101000110110101010111000110000100010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A86D; }

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

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

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

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

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

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

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

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