Html Css Color HEX #D19A5E Whiskey Sour

📋 copy color: '#D19A5E'

red 209 ◦ green 154 ◦ blue 94

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

Shades of Whiskey Sour #D19A5E

Tints of Whiskey Sour #D19A5E

RGB

 RED value IS 209 (82.03% from 255) = 45.73%

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

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

R = 45.73%
G = 33.7%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D19A5E (or 0xD19A5E) is known color: Whiskey Sour. HEX triplet: D1, 9A and 5E. RGB value is (209,154,94). Sum of RGB (Red+Green+Blue) = 209+154+94=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A5E is #2E65A1. Grayscale: #A3A3A3. Windows color (decimal): -3040674 or 6200017. OLE color: 6200017.

HSL color Cylindrical-coordinate representation of color #D19A5E: hue angle of 31.3º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D19A5E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 94 -
CMYK 0 0.26 0.55 0.18
HSL 31.3º 0.56% 0.59% -
HSV(B) 31.3º 0.55% 0.82% -
XYZ 39.87 37.47 15.72 -
YUV 163.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 209 154 94 0 0.26 0.55 0.18 31.3 0.56 0.59
Hex D1 9A 5E 0 1A 37 12 1F 38 3B
Octal 321 232 136 0 32 67 22 37 70 73
Binary 11010001 10011010 1011110 0 11010 110111 10010 11111 111000 111011

Color Harmonies of #D19A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A5E

Black with #D19A5E

Text Example


Text Example

White with #D19A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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