Html Css Color HEX #D19150 Whiskey Sour

📋 copy color: '#D19150'

red 209 ◦ green 145 ◦ blue 80

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

Shades of Whiskey Sour #D19150

Tints of Whiskey Sour #D19150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 48.16%
G = 33.41%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D19150 (or 0xD19150) is known color: Whiskey Sour. HEX triplet: D1, 91 and 50. RGB value is (209,145,80). Sum of RGB (Red+Green+Blue) = 209+145+80=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D19150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19150 is #2E6EAF. Grayscale: #9D9D9D. Windows color (decimal): -3042992 or 5280209. OLE color: 5280209.

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

Color convert

RGB 209 145 80 -
CMYK 0 0.31 0.62 0.18
HSL 30.23º 0.58% 0.57% -
HSV(B) 30.23º 0.62% 0.82% -
XYZ 37.87 34.39 12.23 -
YUV 156.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 209 145 80 0 0.31 0.62 0.18 30.23 0.58 0.57
Hex D1 91 50 0 1F 3E 12 1E 3A 39
Octal 321 221 120 0 37 76 22 36 72 71
Binary 11010001 10010001 1010000 0 11111 111110 10010 11110 111010 111001

Color Harmonies of #D19150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19150

Black with #D19150

Text Example


Text Example

White with #D19150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19150; }

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

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

background-color css

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

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

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

border-color css

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

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

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