Html Css Color HEX #D89164 Whiskey

📋 copy color: '#D89164'

red 216 ◦ green 145 ◦ blue 100

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

Shades of Whiskey #D89164

Tints of Whiskey #D89164

RGB

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

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

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

R = 46.85%
G = 31.45%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D89164 (or 0xD89164) is known color: Whiskey. HEX triplet: D8, 91 and 64. RGB value is (216,145,100). Sum of RGB (Red+Green+Blue) = 216+145+100=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D89164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89164 is #276E9B. Grayscale: #A1A1A1. Windows color (decimal): -2584220 or 6590936. OLE color: 6590936.

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

Color convert

RGB 216 145 100 -
CMYK 0 0.33 0.54 0.15
HSL 23.28º 0.6% 0.62% -
HSV(B) 23.28º 0.54% 0.85% -
XYZ 40.74 35.77 16.81 -
YUV 161.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 216 145 100 0 0.33 0.54 0.15 23.28 0.6 0.62
Hex D8 91 64 0 21 36 F 17 3C 3E
Octal 330 221 144 0 41 66 17 27 74 76
Binary 11011000 10010001 1100100 0 100001 110110 1111 10111 111100 111110

Color Harmonies of #D89164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89164

Black with #D89164

Text Example


Text Example

White with #D89164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89164; }

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

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

background-color css

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

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

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

border-color css

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

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

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