Html Css Color HEX #D18E55 Whiskey Sour

📋 copy color: '#D18E55'

red 209 ◦ green 142 ◦ blue 85

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

Shades of Whiskey Sour #D18E55

Tints of Whiskey Sour #D18E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.5%

R = 47.94%
G = 32.57%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D18E55 (or 0xD18E55) is known color: Whiskey Sour. HEX triplet: D1, 8E and 55. RGB value is (209,142,85). Sum of RGB (Red+Green+Blue) = 209+142+85=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E55 is #2E71AA. Grayscale: #9B9B9B. Windows color (decimal): -3043755 or 5607121. OLE color: 5607121.

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

Color convert

RGB 209 142 85 -
CMYK 0 0.32 0.59 0.18
HSL 27.58º 0.57% 0.58% -
HSV(B) 27.58º 0.59% 0.82% -
XYZ 37.61 33.56 13.09 -
YUV 155.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 209 142 85 0 0.32 0.59 0.18 27.58 0.57 0.58
Hex D1 8E 55 0 20 3B 12 1C 39 3A
Octal 321 216 125 0 40 73 22 34 71 72
Binary 11010001 10001110 1010101 0 100000 111011 10010 11100 111001 111010

Color Harmonies of #D18E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E55

Black with #D18E55

Text Example


Text Example

White with #D18E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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