Html Css Color HEX #D89064 Whiskey

📋 copy color: '#D89064'

red 216 ◦ green 144 ◦ blue 100

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

Shades of Whiskey #D89064

Tints of Whiskey #D89064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.3%

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

R = 46.96%
G = 31.3%
B = 21.74%

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

#D89064 (or 0xD89064) is known color: Whiskey. HEX triplet: D8, 90 and 64. RGB value is (216,144,100). Sum of RGB (Red+Green+Blue) = 216+144+100=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D89064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89064 is #276F9B. Grayscale: #A0A0A0. Windows color (decimal): -2584476 or 6590680. OLE color: 6590680.

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

Color convert

RGB 216 144 100 -
CMYK 0 0.33 0.54 0.15
HSL 22.76º 0.6% 0.62% -
HSV(B) 22.76º 0.54% 0.85% -
XYZ 40.59 35.47 16.76 -
YUV 160.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 216 144 100 0 0.33 0.54 0.15 22.76 0.6 0.62
Hex D8 90 64 0 21 36 F 17 3C 3E
Octal 330 220 144 0 41 66 17 27 74 76
Binary 11011000 10010000 1100100 0 100001 110110 1111 10111 111100 111110

Color Harmonies of #D89064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89064

Black with #D89064

Text Example


Text Example

White with #D89064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89064; }

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

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

background-color css

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

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

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

border-color css

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

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

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