Html Css Color HEX #D98C5A Whiskey Sour

📋 copy color: '#D98C5A'

red 217 ◦ green 140 ◦ blue 90

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

Shades of Whiskey Sour #D98C5A

Tints of Whiskey Sour #D98C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.32%

 BLUE value IS 90 (35.55% from 255) = 20.13%

R = 48.55%
G = 31.32%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D98C5A (or 0xD98C5A) is known color: Whiskey Sour. HEX triplet: D9, 8C and 5A. RGB value is (217,140,90). Sum of RGB (Red+Green+Blue) = 217+140+90=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C5A is #2673A5. Grayscale: #9D9D9D. Windows color (decimal): -2519974 or 5934297. OLE color: 5934297.

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

Color convert

RGB 217 140 90 -
CMYK 0 0.35 0.59 0.15
HSL 23.62º 0.63% 0.6% -
HSV(B) 23.62º 0.59% 0.85% -
XYZ 39.84 34.25 14.18 -
YUV 157.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 217 140 90 0 0.35 0.59 0.15 23.62 0.63 0.6
Hex D9 8C 5A 0 23 3B F 18 3F 3C
Octal 331 214 132 0 43 73 17 30 77 74
Binary 11011001 10001100 1011010 0 100011 111011 1111 11000 111111 111100

Color Harmonies of #D98C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C5A

Black with #D98C5A

Text Example


Text Example

White with #D98C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C5A; }

 p { color: rgb(217,140,90); }

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

background-color css

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

 a { background-color: rgb(217,140,90); }

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

border-color css

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

 span { border-color: rgb(217,140,90); }

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