Html Css Color HEX #D89460 Whiskey Sour

📋 copy color: '#D89460'

red 216 ◦ green 148 ◦ blue 96

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

Shades of Whiskey Sour #D89460

Tints of Whiskey Sour #D89460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 46.96%
G = 32.17%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D89460 (or 0xD89460) is known color: Whiskey Sour. HEX triplet: D8, 94 and 60. RGB value is (216,148,96). Sum of RGB (Red+Green+Blue) = 216+148+96=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D89460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89460 is #276B9F. Grayscale: #A2A2A2. Windows color (decimal): -2583456 or 6329560. OLE color: 6329560.

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

Color convert

RGB 216 148 96 -
CMYK 0 0.31 0.56 0.15
HSL 26º 0.61% 0.61% -
HSV(B) 26º 0.56% 0.85% -
XYZ 41.02 36.62 15.97 -
YUV 162.4 90.53 166.23 -
System Red Green Blue C M Y K H S L
Decimal 216 148 96 0 0.31 0.56 0.15 26 0.61 0.61
Hex D8 94 60 0 1F 38 F 1A 3D 3D
Octal 330 224 140 0 37 70 17 32 75 75
Binary 11011000 10010100 1100000 0 11111 111000 1111 11010 111101 111101

Color Harmonies of #D89460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89460

Black with #D89460

Text Example


Text Example

White with #D89460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89460; }

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

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

background-color css

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

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

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

border-color css

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

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

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