Html Css Color HEX #D89160 Whiskey Sour

📋 copy color: '#D89160'

red 216 ◦ green 145 ◦ blue 96

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

Shades of Whiskey Sour #D89160

Tints of Whiskey Sour #D89160

RGB

 RED value IS 216 (84.77% from 255) = 47.26%

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 47.26%
G = 31.73%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D89160 (or 0xD89160) is known color: Whiskey Sour. HEX triplet: D8, 91 and 60. RGB value is (216,145,96). Sum of RGB (Red+Green+Blue) = 216+145+96=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D89160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89160 is #276E9F. Grayscale: #A0A0A0. Windows color (decimal): -2584224 or 6328792. OLE color: 6328792.

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

Color convert

RGB 216 145 96 -
CMYK 0 0.33 0.56 0.15
HSL 24.5º 0.61% 0.61% -
HSV(B) 24.5º 0.56% 0.85% -
XYZ 40.56 35.69 15.82 -
YUV 160.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 216 145 96 0 0.33 0.56 0.15 24.5 0.61 0.61
Hex D8 91 60 0 21 38 F 18 3D 3D
Octal 330 221 140 0 41 70 17 30 75 75
Binary 11011000 10010001 1100000 0 100001 111000 1111 11000 111101 111101

Color Harmonies of #D89160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89160

Black with #D89160

Text Example


Text Example

White with #D89160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89160; }

 p { color: rgb(216,145,96); }

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

background-color css

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

 a { background-color: rgb(216,145,96); }

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

border-color css

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

 span { border-color: rgb(216,145,96); }

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