#D5AD6D

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

Shades of Putty #D5AD6D

Tints of Putty #D5AD6D

Color information

#D5AD6D (or 0xD5AD6D) is unknown color: approx Putty. HEX triplet: D5, AD and 6D. RGB value is (213,173,109). Sum of RGB (Red+Green+Blue) = 213+173+109=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD6D is #2A5292. Grayscale: #B1B1B1. Windows color (decimal): -2773651 or 7187925. OLE color: 7187925.

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

Color convert

RGB213173109-
CMYK00.190.490.16
HSL36.92º55.32%63.14%-
HSV(B)36.92º48.83%83.53%-
XYZ45.1445.1420.8-
YUV177.6689.25153.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=43.03%
G=34.95%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317310900.190.490.1636.9255.3263.14
HexD5AD6D013311025373f
Octal3252551550236120456777
Binary1101010110101101110110101001111000110000100101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD6D; }

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

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

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

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

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

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

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

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