Html Css Color HEX #D98F5E Whiskey Sour

📋 copy color: '#D98F5E'

red 217 ◦ green 143 ◦ blue 94

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

Shades of Whiskey Sour #D98F5E

Tints of Whiskey Sour #D98F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.5%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 47.8%
G = 31.5%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D98F5E (or 0xD98F5E) is known color: Whiskey Sour. HEX triplet: D9, 8F and 5E. RGB value is (217,143,94). Sum of RGB (Red+Green+Blue) = 217+143+94=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F5E is #2670A1. Grayscale: #9F9F9F. Windows color (decimal): -2519202 or 6197209. OLE color: 6197209.

HSL color Cylindrical-coordinate representation of color #D98F5E: hue angle of 23.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D98F5E is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 143 94 -
CMYK 0 0.34 0.57 0.15
HSL 23.9º 0.62% 0.61% -
HSV(B) 23.9º 0.57% 0.85% -
XYZ 40.46 35.2 15.25 -
YUV 159.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 217 143 94 0 0.34 0.57 0.15 23.9 0.62 0.61
Hex D9 8F 5E 0 22 39 F 18 3E 3D
Octal 331 217 136 0 42 71 17 30 76 75
Binary 11011001 10001111 1011110 0 100010 111001 1111 11000 111110 111101

Color Harmonies of #D98F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F5E

Black with #D98F5E

Text Example


Text Example

White with #D98F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F5E; }

 p { color: rgb(217,143,94); }

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

background-color css

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

 a { background-color: rgb(217,143,94); }

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

border-color css

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

 span { border-color: rgb(217,143,94); }

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