Html Css Color HEX #D59159 Whiskey Sour

📋 copy color: '#D59159'

red 213 ◦ green 145 ◦ blue 89

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

Shades of Whiskey Sour #D59159

Tints of Whiskey Sour #D59159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.44%

 BLUE value IS 89 (35.16% from 255) = 19.91%

R = 47.65%
G = 32.44%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D59159 (or 0xD59159) is known color: Whiskey Sour. HEX triplet: D5, 91 and 59. RGB value is (213,145,89). Sum of RGB (Red+Green+Blue) = 213+145+89=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D59159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59159 is #2A6EA6. Grayscale: #9F9F9F. Windows color (decimal): -2780839 or 5870037. OLE color: 5870037.

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

Color convert

RGB 213 145 89 -
CMYK 0 0.32 0.58 0.16
HSL 27.1º 0.6% 0.59% -
HSV(B) 27.1º 0.58% 0.84% -
XYZ 39.37 35.12 14.15 -
YUV 158.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 213 145 89 0 0.32 0.58 0.16 27.1 0.6 0.59
Hex D5 91 59 0 20 3A 10 1B 3C 3B
Octal 325 221 131 0 40 72 20 33 74 73
Binary 11010101 10010001 1011001 0 100000 111010 10000 11011 111100 111011

Color Harmonies of #D59159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59159

Black with #D59159

Text Example


Text Example

White with #D59159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59159; }

 p { color: rgb(213,145,89); }

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

background-color css

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

 a { background-color: rgb(213,145,89); }

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

border-color css

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

 span { border-color: rgb(213,145,89); }

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