Html Css Color HEX #D19C5E Whiskey Sour

📋 copy color: '#D19C5E'

red 209 ◦ green 156 ◦ blue 94

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

Shades of Whiskey Sour #D19C5E

Tints of Whiskey Sour #D19C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.99%

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

R = 45.53%
G = 33.99%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D19C5E (or 0xD19C5E) is known color: Whiskey Sour. HEX triplet: D1, 9C and 5E. RGB value is (209,156,94). Sum of RGB (Red+Green+Blue) = 209+156+94=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C5E is #2E63A1. Grayscale: #A5A5A5. Windows color (decimal): -3040162 or 6200529. OLE color: 6200529.

HSL color Cylindrical-coordinate representation of color #D19C5E: hue angle of 32.35º 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 #D19C5E is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 156 94 -
CMYK 0 0.25 0.55 0.18
HSL 32.35º 0.56% 0.59% -
HSV(B) 32.35º 0.55% 0.82% -
XYZ 40.2 38.14 15.83 -
YUV 164.78 88.06 159.54 -
System Red Green Blue C M Y K H S L
Decimal 209 156 94 0 0.25 0.55 0.18 32.35 0.56 0.59
Hex D1 9C 5E 0 19 37 12 20 38 3B
Octal 321 234 136 0 31 67 22 40 70 73
Binary 11010001 10011100 1011110 0 11001 110111 10010 100000 111000 111011

Color Harmonies of #D19C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C5E

Black with #D19C5E

Text Example


Text Example

White with #D19C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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