Html Css Color HEX #D89664 Whiskey

📋 copy color: '#D89664'

red 216 ◦ green 150 ◦ blue 100

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

Shades of Whiskey #D89664

Tints of Whiskey #D89664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.19%

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

R = 46.35%
G = 32.19%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D89664 (or 0xD89664) is known color: Whiskey. HEX triplet: D8, 96 and 64. RGB value is (216,150,100). Sum of RGB (Red+Green+Blue) = 216+150+100=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D89664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89664 is #27699B. Grayscale: #A4A4A4. Windows color (decimal): -2582940 or 6592216. OLE color: 6592216.

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

Color convert

RGB 216 150 100 -
CMYK 0 0.31 0.54 0.15
HSL 25.86º 0.6% 0.62% -
HSV(B) 25.86º 0.54% 0.85% -
XYZ 41.53 37.33 17.07 -
YUV 164.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 216 150 100 0 0.31 0.54 0.15 25.86 0.6 0.62
Hex D8 96 64 0 1F 36 F 1A 3C 3E
Octal 330 226 144 0 37 66 17 32 74 76
Binary 11011000 10010110 1100100 0 11111 110110 1111 11010 111100 111110

Color Harmonies of #D89664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89664

Black with #D89664

Text Example


Text Example

White with #D89664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89664; }

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

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

background-color css

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

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

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

border-color css

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

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

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