Html Css Color HEX #D18958 Whiskey Sour

📋 copy color: '#D18958'

red 209 ◦ green 137 ◦ blue 88

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

Shades of Whiskey Sour #D18958

Tints of Whiskey Sour #D18958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.28%

R = 48.16%
G = 31.57%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D18958 (or 0xD18958) is known color: Whiskey Sour. HEX triplet: D1, 89 and 58. RGB value is (209,137,88). Sum of RGB (Red+Green+Blue) = 209+137+88=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D18958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18958 is #2E76A7. Grayscale: #999999. Windows color (decimal): -3045032 or 5802449. OLE color: 5802449.

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

Color convert

RGB 209 137 88 -
CMYK 0 0.34 0.58 0.18
HSL 24.3º 0.57% 0.58% -
HSV(B) 24.3º 0.58% 0.82% -
XYZ 37 32.15 13.49 -
YUV 152.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 209 137 88 0 0.34 0.58 0.18 24.3 0.57 0.58
Hex D1 89 58 0 22 3A 12 18 39 3A
Octal 321 211 130 0 42 72 22 30 71 72
Binary 11010001 10001001 1011000 0 100010 111010 10010 11000 111001 111010

Color Harmonies of #D18958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18958

Black with #D18958

Text Example


Text Example

White with #D18958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18958; }

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

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

background-color css

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

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

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

border-color css

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

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

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