Html Css Color HEX #D98E5D Whiskey Sour

📋 copy color: '#D98E5D'

red 217 ◦ green 142 ◦ blue 93

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

Shades of Whiskey Sour #D98E5D

Tints of Whiskey Sour #D98E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.58%

R = 48.01%
G = 31.42%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D98E5D (or 0xD98E5D) is known color: Whiskey Sour. HEX triplet: D9, 8E and 5D. RGB value is (217,142,93). Sum of RGB (Red+Green+Blue) = 217+142+93=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 142 (55.86% from 255 or 31.42% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E5D is #2671A2. Grayscale: #9F9F9F. Windows color (decimal): -2519459 or 6131417. OLE color: 6131417.

HSL color Cylindrical-coordinate representation of color #D98E5D: hue angle of 23.71º 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 #D98E5D is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 142 93 -
CMYK 0 0.35 0.57 0.15
HSL 23.71º 0.62% 0.61% -
HSV(B) 23.71º 0.57% 0.85% -
XYZ 40.26 34.89 14.97 -
YUV 158.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 217 142 93 0 0.35 0.57 0.15 23.71 0.62 0.61
Hex D9 8E 5D 0 23 39 F 18 3E 3D
Octal 331 216 135 0 43 71 17 30 76 75
Binary 11011001 10001110 1011101 0 100011 111001 1111 11000 111110 111101

Color Harmonies of #D98E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E5D

Black with #D98E5D

Text Example


Text Example

White with #D98E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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