Html Css Color HEX #D89162 Whiskey

📋 copy color: '#D89162'

red 216 ◦ green 145 ◦ blue 98

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

Shades of Whiskey #D89162

Tints of Whiskey #D89162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.35%

R = 47.06%
G = 31.59%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D89162 (or 0xD89162) is known color: Whiskey. HEX triplet: D8, 91 and 62. RGB value is (216,145,98). Sum of RGB (Red+Green+Blue) = 216+145+98=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D89162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89162 is #276E9D. Grayscale: #A1A1A1. Windows color (decimal): -2584222 or 6459864. OLE color: 6459864.

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

Color convert

RGB 216 145 98 -
CMYK 0 0.33 0.55 0.15
HSL 23.9º 0.6% 0.62% -
HSV(B) 23.9º 0.55% 0.85% -
XYZ 40.65 35.73 16.31 -
YUV 160.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 216 145 98 0 0.33 0.55 0.15 23.9 0.6 0.62
Hex D8 91 62 0 21 37 F 18 3C 3E
Octal 330 221 142 0 41 67 17 30 74 76
Binary 11011000 10010001 1100010 0 100001 110111 1111 11000 111100 111110

Color Harmonies of #D89162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89162

Black with #D89162

Text Example


Text Example

White with #D89162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89162; }

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

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

background-color css

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

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

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

border-color css

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

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

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