Html Css Color HEX #D98D50 Whiskey Sour

📋 copy color: '#D98D50'

red 217 ◦ green 141 ◦ blue 80

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

Shades of Whiskey Sour #D98D50

Tints of Whiskey Sour #D98D50

RGB

 RED value IS 217 (85.16% from 255) = 49.54%

 GREEN value IS 141 (55.47% from 255) = 32.19%

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

R = 49.54%
G = 32.19%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D98D50 (or 0xD98D50) is known color: Whiskey Sour. HEX triplet: D9, 8D and 50. RGB value is (217,141,80). Sum of RGB (Red+Green+Blue) = 217+141+80=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D50 is #2672AF. Grayscale: #9D9D9D. Windows color (decimal): -2519728 or 5279193. OLE color: 5279193.

HSL color Cylindrical-coordinate representation of color #D98D50: hue angle of 26.72º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D98D50 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 80 -
CMYK 0 0.35 0.63 0.15
HSL 26.72º 0.64% 0.58% -
HSV(B) 26.72º 0.63% 0.85% -
XYZ 39.59 34.38 12.14 -
YUV 156.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 217 141 80 0 0.35 0.63 0.15 26.72 0.64 0.58
Hex D9 8D 50 0 23 3F F 1B 40 3A
Octal 331 215 120 0 43 77 17 33 100 72
Binary 11011001 10001101 1010000 0 100011 111111 1111 11011 1000000 111010

Color Harmonies of #D98D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D50

Black with #D98D50

Text Example


Text Example

White with #D98D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D50; }

 p { color: rgb(217,141,80); }

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

background-color css

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

 a { background-color: rgb(217,141,80); }

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

border-color css

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

 span { border-color: rgb(217,141,80); }

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