#D5AB6D

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

Shades of Putty #D5AB6D

Tints of Putty #D5AB6D

Color information

#D5AB6D (or 0xD5AB6D) is unknown color: approx Putty. HEX triplet: D5, AB and 6D. RGB value is (213,171,109). Sum of RGB (Red+Green+Blue) = 213+171+109=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB6D is #2A5492. Grayscale: #B0B0B0. Windows color (decimal): -2774163 or 7187413. OLE color: 7187413.

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

Color convert

RGB213171109-
CMYK00.200.490.16
HSL35.77º55.32%63.14%-
HSV(B)35.77º48.83%83.53%-
XYZ44.7644.3820.67-
YUV176.4989.91154.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=43.20%
G=34.69%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317110900.200.490.1635.7755.3263.14
HexD5AB6D014311024373f
Octal3252531550246120446777
Binary1101010110101011110110101010011000110000100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB6D; }

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

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

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

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

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

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

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

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