Html Css Color HEX #D18E5D Whiskey Sour

📋 copy color: '#D18E5D'

red 209 ◦ green 142 ◦ blue 93

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

Shades of Whiskey Sour #D18E5D

Tints of Whiskey Sour #D18E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.98%

 BLUE value IS 93 (36.72% from 255) = 20.95%

R = 47.07%
G = 31.98%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D18E5D (or 0xD18E5D) is known color: Whiskey Sour. HEX triplet: D1, 8E and 5D. RGB value is (209,142,93). Sum of RGB (Red+Green+Blue) = 209+142+93=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E5D is #2E71A2. Grayscale: #9C9C9C. Windows color (decimal): -3043747 or 6131409. OLE color: 6131409.

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

Color convert

RGB 209 142 93 -
CMYK 0 0.32 0.56 0.18
HSL 25.34º 0.56% 0.59% -
HSV(B) 25.34º 0.56% 0.82% -
XYZ 37.94 33.69 14.86 -
YUV 156.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 209 142 93 0 0.32 0.56 0.18 25.34 0.56 0.59
Hex D1 8E 5D 0 20 38 12 19 38 3B
Octal 321 216 135 0 40 70 22 31 70 73
Binary 11010001 10001110 1011101 0 100000 111000 10010 11001 111000 111011

Color Harmonies of #D18E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E5D

Black with #D18E5D

Text Example


Text Example

White with #D18E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E5D; }

 p { color: rgb(209,142,93); }

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

background-color css

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

 a { background-color: rgb(209,142,93); }

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

border-color css

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

 span { border-color: rgb(209,142,93); }

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