Html Css Color HEX #D19650 Whiskey Sour

📋 copy color: '#D19650'

red 209 ◦ green 150 ◦ blue 80

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

Shades of Whiskey Sour #D19650

Tints of Whiskey Sour #D19650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.17%

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

R = 47.61%
G = 34.17%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D19650 (or 0xD19650) is known color: Whiskey Sour. HEX triplet: D1, 96 and 50. RGB value is (209,150,80). Sum of RGB (Red+Green+Blue) = 209+150+80=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D19650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19650 is #2E69AF. Grayscale: #A0A0A0. Windows color (decimal): -3041712 or 5281489. OLE color: 5281489.

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

Color convert

RGB 209 150 80 -
CMYK 0 0.28 0.62 0.18
HSL 32.56º 0.58% 0.57% -
HSV(B) 32.56º 0.62% 0.82% -
XYZ 38.65 35.95 12.49 -
YUV 159.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 209 150 80 0 0.28 0.62 0.18 32.56 0.58 0.57
Hex D1 96 50 0 1C 3E 12 21 3A 39
Octal 321 226 120 0 34 76 22 41 72 71
Binary 11010001 10010110 1010000 0 11100 111110 10010 100001 111010 111001

Color Harmonies of #D19650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19650

Black with #D19650

Text Example


Text Example

White with #D19650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19650; }

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

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

background-color css

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

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

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

border-color css

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

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

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