Html Css Color HEX #D18F54 Whiskey Sour

📋 copy color: '#D18F54'

red 209 ◦ green 143 ◦ blue 84

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

Shades of Whiskey Sour #D18F54

Tints of Whiskey Sour #D18F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.27%

R = 47.94%
G = 32.8%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D18F54 (or 0xD18F54) is known color: Whiskey Sour. HEX triplet: D1, 8F and 54. RGB value is (209,143,84). Sum of RGB (Red+Green+Blue) = 209+143+84=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F54 is #2E70AB. Grayscale: #9C9C9C. Windows color (decimal): -3043500 or 5541841. OLE color: 5541841.

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

Color convert

RGB 209 143 84 -
CMYK 0 0.32 0.60 0.18
HSL 28.32º 0.58% 0.57% -
HSV(B) 28.32º 0.6% 0.82% -
XYZ 37.72 33.84 12.93 -
YUV 156.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 209 143 84 0 0.32 0.60 0.18 28.32 0.58 0.57
Hex D1 8F 54 0 20 3C 12 1C 3A 39
Octal 321 217 124 0 40 74 22 34 72 71
Binary 11010001 10001111 1010100 0 100000 111100 10010 11100 111010 111001

Color Harmonies of #D18F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F54

Black with #D18F54

Text Example


Text Example

White with #D18F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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