#D59A6A

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

Shades of Whiskey #D59A6A

Tints of Whiskey #D59A6A

Color information

#D59A6A (or 0xD59A6A) is unknown color: approx Whiskey. HEX triplet: D5, 9A and 6A. RGB value is (213,154,106). Sum of RGB (Red+Green+Blue) = 213+154+106=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A6A is #2A6595. Grayscale: #A6A6A6. Windows color (decimal): -2778518 or 6986453. OLE color: 6986453.

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

Color convert

RGB213154106-
CMYK00.280.500.16
HSL26.92º56.02%62.55%-
HSV(B)26.92º50.23%83.53%-
XYZ41.638.318.84-
YUV166.1794.05161.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=45.03%
G=32.56%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315410600.280.500.1626.9256.0262.55
HexD59A6A01C32101b383f
Octal3252321520346220337077
Binary110101011001101011010100111001100101000011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A6A; }

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

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

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

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

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

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

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

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