Html Css Color HEX #D19158 Whiskey Sour

📋 copy color: '#D19158'

red 209 ◦ green 145 ◦ blue 88

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

Shades of Whiskey Sour #D19158

Tints of Whiskey Sour #D19158

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.81%

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

R = 47.29%
G = 32.81%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D19158 (or 0xD19158) is known color: Whiskey Sour. HEX triplet: D1, 91 and 58. RGB value is (209,145,88). Sum of RGB (Red+Green+Blue) = 209+145+88=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D19158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19158 is #2E6EA7. Grayscale: #9D9D9D. Windows color (decimal): -3042984 or 5804497. OLE color: 5804497.

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

Color convert

RGB 209 145 88 -
CMYK 0 0.31 0.58 0.18
HSL 28.26º 0.57% 0.58% -
HSV(B) 28.26º 0.58% 0.82% -
XYZ 38.18 34.51 13.88 -
YUV 157.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 209 145 88 0 0.31 0.58 0.18 28.26 0.57 0.58
Hex D1 91 58 0 1F 3A 12 1C 39 3A
Octal 321 221 130 0 37 72 22 34 71 72
Binary 11010001 10010001 1011000 0 11111 111010 10010 11100 111001 111010

Color Harmonies of #D19158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19158

Black with #D19158

Text Example


Text Example

White with #D19158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19158; }

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

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

background-color css

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

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

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

border-color css

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

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

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