Html Css Color HEX #D98F5D Whiskey Sour

📋 copy color: '#D98F5D'

red 217 ◦ green 143 ◦ blue 93

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

Shades of Whiskey Sour #D98F5D

Tints of Whiskey Sour #D98F5D

RGB

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

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

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

R = 47.9%
G = 31.57%
B = 20.53%

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

#D98F5D (or 0xD98F5D) is known color: Whiskey Sour. HEX triplet: D9, 8F and 5D. RGB value is (217,143,93). Sum of RGB (Red+Green+Blue) = 217+143+93=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F5D is #2670A2. Grayscale: #9F9F9F. Windows color (decimal): -2519203 or 6131673. OLE color: 6131673.

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

Color convert

RGB 217 143 93 -
CMYK 0 0.34 0.57 0.15
HSL 24.19º 0.62% 0.61% -
HSV(B) 24.19º 0.57% 0.85% -
XYZ 40.41 35.19 15.02 -
YUV 159.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 217 143 93 0 0.34 0.57 0.15 24.19 0.62 0.61
Hex D9 8F 5D 0 22 39 F 18 3E 3D
Octal 331 217 135 0 42 71 17 30 76 75
Binary 11011001 10001111 1011101 0 100010 111001 1111 11000 111110 111101

Color Harmonies of #D98F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F5D

Black with #D98F5D

Text Example


Text Example

White with #D98F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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