Html Css Color HEX #D89964 Whiskey Sour

📋 copy color: '#D89964'

red 216 ◦ green 153 ◦ blue 100

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

Shades of Whiskey Sour #D89964

Tints of Whiskey Sour #D89964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 100 (39.45% from 255) = 21.32%

R = 46.06%
G = 32.62%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D89964 (or 0xD89964) is known color: Whiskey Sour. HEX triplet: D8, 99 and 64. RGB value is (216,153,100). Sum of RGB (Red+Green+Blue) = 216+153+100=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D89964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89964 is #27669B. Grayscale: #A6A6A6. Windows color (decimal): -2582172 or 6592984. OLE color: 6592984.

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

Color convert

RGB 216 153 100 -
CMYK 0 0.29 0.54 0.15
HSL 27.41º 0.6% 0.62% -
HSV(B) 27.41º 0.54% 0.85% -
XYZ 42.01 38.3 17.24 -
YUV 165.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 216 153 100 0 0.29 0.54 0.15 27.41 0.6 0.62
Hex D8 99 64 0 1D 36 F 1B 3C 3E
Octal 330 231 144 0 35 66 17 33 74 76
Binary 11011000 10011001 1100100 0 11101 110110 1111 11011 111100 111110

Color Harmonies of #D89964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89964

Black with #D89964

Text Example


Text Example

White with #D89964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89964; }

 p { color: rgb(216,153,100); }

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

background-color css

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

 a { background-color: rgb(216,153,100); }

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

border-color css

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

 span { border-color: rgb(216,153,100); }

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