Html Css Color HEX #D98E5A Whiskey Sour

📋 copy color: '#D98E5A'

red 217 ◦ green 142 ◦ blue 90

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

Shades of Whiskey Sour #D98E5A

Tints of Whiskey Sour #D98E5A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.63%

 BLUE value IS 90 (35.55% from 255) = 20.04%

R = 48.33%
G = 31.63%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D98E5A (or 0xD98E5A) is known color: Whiskey Sour. HEX triplet: D9, 8E and 5A. RGB value is (217,142,90). Sum of RGB (Red+Green+Blue) = 217+142+90=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E5A is #2671A5. Grayscale: #9E9E9E. Windows color (decimal): -2519462 or 5934809. OLE color: 5934809.

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

Color convert

RGB 217 142 90 -
CMYK 0 0.35 0.59 0.15
HSL 24.57º 0.63% 0.6% -
HSV(B) 24.57º 0.59% 0.85% -
XYZ 40.13 34.84 14.28 -
YUV 158.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 217 142 90 0 0.35 0.59 0.15 24.57 0.63 0.6
Hex D9 8E 5A 0 23 3B F 19 3F 3C
Octal 331 216 132 0 43 73 17 31 77 74
Binary 11011001 10001110 1011010 0 100011 111011 1111 11001 111111 111100

Color Harmonies of #D98E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E5A

Black with #D98E5A

Text Example


Text Example

White with #D98E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E5A; }

 p { color: rgb(217,142,90); }

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

background-color css

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

 a { background-color: rgb(217,142,90); }

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

border-color css

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

 span { border-color: rgb(217,142,90); }

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