Html Css Color HEX #D18F5E Whiskey Sour

📋 copy color: '#D18F5E'

red 209 ◦ green 143 ◦ blue 94

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

Shades of Whiskey Sour #D18F5E

Tints of Whiskey Sour #D18F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 46.86%
G = 32.06%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D18F5E (or 0xD18F5E) is known color: Whiskey Sour. HEX triplet: D1, 8F and 5E. RGB value is (209,143,94). Sum of RGB (Red+Green+Blue) = 209+143+94=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F5E is #2E70A1. Grayscale: #9D9D9D. Windows color (decimal): -3043490 or 6197201. OLE color: 6197201.

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

Color convert

RGB 209 143 94 -
CMYK 0 0.32 0.55 0.18
HSL 25.57º 0.56% 0.59% -
HSV(B) 25.57º 0.55% 0.82% -
XYZ 38.14 34.01 15.14 -
YUV 157.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 209 143 94 0 0.32 0.55 0.18 25.57 0.56 0.59
Hex D1 8F 5E 0 20 37 12 1A 38 3B
Octal 321 217 136 0 40 67 22 32 70 73
Binary 11010001 10001111 1011110 0 100000 110111 10010 11010 111000 111011

Color Harmonies of #D18F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F5E

Black with #D18F5E

Text Example


Text Example

White with #D18F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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