Html Css Color HEX #D89165 Whiskey

📋 copy color: '#D89165'

red 216 ◦ green 145 ◦ blue 101

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

Shades of Whiskey #D89165

Tints of Whiskey #D89165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 46.75%
G = 31.39%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D89165 (or 0xD89165) is known color: Whiskey. HEX triplet: D8, 91 and 65. RGB value is (216,145,101). Sum of RGB (Red+Green+Blue) = 216+145+101=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D89165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89165 is #276E9A. Grayscale: #A1A1A1. Windows color (decimal): -2584219 or 6656472. OLE color: 6656472.

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

Color convert

RGB 216 145 101 -
CMYK 0 0.33 0.53 0.15
HSL 22.96º 0.6% 0.62% -
HSV(B) 22.96º 0.53% 0.85% -
XYZ 40.79 35.79 17.07 -
YUV 161.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 216 145 101 0 0.33 0.53 0.15 22.96 0.6 0.62
Hex D8 91 65 0 21 35 F 17 3C 3E
Octal 330 221 145 0 41 65 17 27 74 76
Binary 11011000 10010001 1100101 0 100001 110101 1111 10111 111100 111110

Color Harmonies of #D89165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89165

Black with #D89165

Text Example


Text Example

White with #D89165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89165; }

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

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

background-color css

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

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

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

border-color css

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

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

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