Html Css Color HEX #D19153 Whiskey Sour

📋 copy color: '#D19153'

red 209 ◦ green 145 ◦ blue 83

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

Shades of Whiskey Sour #D19153

Tints of Whiskey Sour #D19153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.99%

R = 47.83%
G = 33.18%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D19153 (or 0xD19153) is known color: Whiskey Sour. HEX triplet: D1, 91 and 53. RGB value is (209,145,83). Sum of RGB (Red+Green+Blue) = 209+145+83=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D19153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19153 is #2E6EAC. Grayscale: #9D9D9D. Windows color (decimal): -3042989 or 5476817. OLE color: 5476817.

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

Color convert

RGB 209 145 83 -
CMYK 0 0.31 0.60 0.18
HSL 29.52º 0.58% 0.57% -
HSV(B) 29.52º 0.6% 0.82% -
XYZ 37.98 34.43 12.83 -
YUV 157.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 209 145 83 0 0.31 0.60 0.18 29.52 0.58 0.57
Hex D1 91 53 0 1F 3C 12 1E 3A 39
Octal 321 221 123 0 37 74 22 36 72 71
Binary 11010001 10010001 1010011 0 11111 111100 10010 11110 111010 111001

Color Harmonies of #D19153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19153

Black with #D19153

Text Example


Text Example

White with #D19153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19153; }

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

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

background-color css

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

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

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

border-color css

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

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

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