Html Css Color HEX #D18954 Whiskey Sour

📋 copy color: '#D18954'

red 209 ◦ green 137 ◦ blue 84

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

Shades of Whiskey Sour #D18954

Tints of Whiskey Sour #D18954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.86%

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

R = 48.6%
G = 31.86%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D18954 (or 0xD18954) is known color: Whiskey Sour. HEX triplet: D1, 89 and 54. RGB value is (209,137,84). Sum of RGB (Red+Green+Blue) = 209+137+84=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D18954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18954 is #2E76AB. Grayscale: #989898. Windows color (decimal): -3045036 or 5540305. OLE color: 5540305.

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

Color convert

RGB 209 137 84 -
CMYK 0 0.34 0.60 0.18
HSL 25.44º 0.58% 0.57% -
HSV(B) 25.44º 0.6% 0.82% -
XYZ 36.84 32.09 12.64 -
YUV 152.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 209 137 84 0 0.34 0.60 0.18 25.44 0.58 0.57
Hex D1 89 54 0 22 3C 12 19 3A 39
Octal 321 211 124 0 42 74 22 31 72 71
Binary 11010001 10001001 1010100 0 100010 111100 10010 11001 111010 111001

Color Harmonies of #D18954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18954

Black with #D18954

Text Example


Text Example

White with #D18954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18954; }

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

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

background-color css

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

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

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

border-color css

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

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

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