Html Css Color HEX #D89864 Whiskey

📋 copy color: '#D89864'

red 216 ◦ green 152 ◦ blue 100

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

Shades of Whiskey #D89864

Tints of Whiskey #D89864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

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

R = 46.15%
G = 32.48%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D89864 (or 0xD89864) is known color: Whiskey. HEX triplet: D8, 98 and 64. RGB value is (216,152,100). Sum of RGB (Red+Green+Blue) = 216+152+100=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D89864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89864 is #27679B. Grayscale: #A5A5A5. Windows color (decimal): -2582428 or 6592728. OLE color: 6592728.

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

Color convert

RGB 216 152 100 -
CMYK 0 0.30 0.54 0.15
HSL 26.9º 0.6% 0.62% -
HSV(B) 26.9º 0.54% 0.85% -
XYZ 41.85 37.98 17.18 -
YUV 165.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 216 152 100 0 0.30 0.54 0.15 26.9 0.6 0.62
Hex D8 98 64 0 1E 36 F 1B 3C 3E
Octal 330 230 144 0 36 66 17 33 74 76
Binary 11011000 10011000 1100100 0 11110 110110 1111 11011 111100 111110

Color Harmonies of #D89864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89864

Black with #D89864

Text Example


Text Example

White with #D89864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89864; }

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

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

background-color css

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

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

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

border-color css

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

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

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