Html Css Color HEX #D98F60 Whiskey Sour

📋 copy color: '#D98F60'

red 217 ◦ green 143 ◦ blue 96

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

Shades of Whiskey Sour #D98F60

Tints of Whiskey Sour #D98F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.05%

R = 47.59%
G = 31.36%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D98F60 (or 0xD98F60) is known color: Whiskey Sour. HEX triplet: D9, 8F and 60. RGB value is (217,143,96). Sum of RGB (Red+Green+Blue) = 217+143+96=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F60 is #26709F. Grayscale: #A0A0A0. Windows color (decimal): -2519200 or 6328281. OLE color: 6328281.

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

Color convert

RGB 217 143 96 -
CMYK 0 0.34 0.56 0.15
HSL 23.31º 0.61% 0.61% -
HSV(B) 23.31º 0.56% 0.85% -
XYZ 40.55 35.24 15.73 -
YUV 159.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 217 143 96 0 0.34 0.56 0.15 23.31 0.61 0.61
Hex D9 8F 60 0 22 38 F 17 3D 3D
Octal 331 217 140 0 42 70 17 27 75 75
Binary 11011001 10001111 1100000 0 100010 111000 1111 10111 111101 111101

Color Harmonies of #D98F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F60

Black with #D98F60

Text Example


Text Example

White with #D98F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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