Html Css Color HEX #DB9162 Whiskey

📋 copy color: '#DB9162'

red 219 ◦ green 145 ◦ blue 98

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

Shades of Whiskey #DB9162

Tints of Whiskey #DB9162

RGB

 RED value IS 219 (85.94% from 255) = 47.4%

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

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

R = 47.4%
G = 31.39%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9162 (or 0xDB9162) is known color: Whiskey. HEX triplet: DB, 91 and 62. RGB value is (219,145,98). Sum of RGB (Red+Green+Blue) = 219+145+98=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9162 is #246E9D. Grayscale: #A2A2A2. Windows color (decimal): -2387614 or 6459867. OLE color: 6459867.

HSL color Cylindrical-coordinate representation of color #DB9162: hue angle of 23.31º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB9162 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 98 -
CMYK 0 0.34 0.55 0.14
HSL 23.31º 0.63% 0.62% -
HSV(B) 23.31º 0.55% 0.86% -
XYZ 41.54 36.19 16.35 -
YUV 161.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 219 145 98 0 0.34 0.55 0.14 23.31 0.63 0.62
Hex DB 91 62 0 22 37 E 17 3F 3E
Octal 333 221 142 0 42 67 16 27 77 76
Binary 11011011 10010001 1100010 0 100010 110111 1110 10111 111111 111110

Color Harmonies of #DB9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9162

Black with #DB9162

Text Example


Text Example

White with #DB9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9162; }

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

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

background-color css

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

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

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

border-color css

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

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

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