Html Css Color HEX #D98D5C Whiskey Sour

📋 copy color: '#D98D5C'

red 217 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #D98D5C

Tints of Whiskey Sour #D98D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.44%

R = 48.22%
G = 31.33%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D98D5C (or 0xD98D5C) is known color: Whiskey Sour. HEX triplet: D9, 8D and 5C. RGB value is (217,141,92). Sum of RGB (Red+Green+Blue) = 217+141+92=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D5C is #2672A3. Grayscale: #9E9E9E. Windows color (decimal): -2519716 or 6065625. OLE color: 6065625.

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

Color convert

RGB 217 141 92 -
CMYK 0 0.35 0.58 0.15
HSL 23.52º 0.62% 0.61% -
HSV(B) 23.52º 0.58% 0.85% -
XYZ 40.07 34.57 14.69 -
YUV 158.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 217 141 92 0 0.35 0.58 0.15 23.52 0.62 0.61
Hex D9 8D 5C 0 23 3A F 18 3E 3D
Octal 331 215 134 0 43 72 17 30 76 75
Binary 11011001 10001101 1011100 0 100011 111010 1111 11000 111110 111101

Color Harmonies of #D98D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D5C

Black with #D98D5C

Text Example


Text Example

White with #D98D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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