#D5AB6A

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

Shades of Putty #D5AB6A

Tints of Putty #D5AB6A

Color information

#D5AB6A (or 0xD5AB6A) is unknown color: approx Putty. HEX triplet: D5, AB and 6A. RGB value is (213,171,106). Sum of RGB (Red+Green+Blue) = 213+171+106=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB6A is #2A5495. Grayscale: #B0B0B0. Windows color (decimal): -2774166 or 6990805. OLE color: 6990805.

HSL color Cylindrical-coordinate representation of color #D5AB6A: hue angle of 36.45º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5AB6A is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213171106-
CMYK00.200.500.16
HSL36.45º56.02%62.55%-
HSV(B)36.45º50.23%83.53%-
XYZ44.6144.3119.84-
YUV176.1588.41154.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 106 (41.80% from 255) = 21.63%
R=43.47%
G=34.90%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317110600.200.500.1636.4556.0262.55
HexD5AB6A014321024383f
Octal3252531520246220447077
Binary1101010110101011110101001010011001010000100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB6A; }

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

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

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

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

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

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

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

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