Html Css Color HEX #D59A5E Whiskey Sour

📋 copy color: '#D59A5E'

red 213 ◦ green 154 ◦ blue 94

#D59A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D59A5E

Tints of Whiskey Sour #D59A5E

RGB

 RED value IS 213 (83.59% from 255) = 46.2%

 GREEN value IS 154 (60.55% from 255) = 33.41%

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 46.2%
G = 33.41%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D59A5E (or 0xD59A5E) is known color: Whiskey Sour. HEX triplet: D5, 9A and 5E. RGB value is (213,154,94). Sum of RGB (Red+Green+Blue) = 213+154+94=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59A5E is #2A65A1. Grayscale: #A5A5A5. Windows color (decimal): -2778530 or 6200021. OLE color: 6200021.

HSL color Cylindrical-coordinate representation of color #D59A5E: hue angle of 30.25º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D59A5E is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 94 -
CMYK 0 0.28 0.56 0.16
HSL 30.25º 0.59% 0.6% -
HSV(B) 30.25º 0.56% 0.84% -
XYZ 41.02 38.07 15.78 -
YUV 164.8 88.05 162.38 -
System Red Green Blue C M Y K H S L
Decimal 213 154 94 0 0.28 0.56 0.16 30.25 0.59 0.6
Hex D5 9A 5E 0 1C 38 10 1E 3B 3C
Octal 325 232 136 0 34 70 20 36 73 74
Binary 11010101 10011010 1011110 0 11100 111000 10000 11110 111011 111100

Color Harmonies of #D59A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A5E

Black with #D59A5E

Text Example


Text Example

White with #D59A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A5E; }

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

 H1.HeaderClassName
 {
   color: #D59A5E;
 }
 .AnyTagClassName
 {
   color: #D59A5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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