Html Css Color HEX #DB9163 Whiskey

📋 copy color: '#DB9163'

red 219 ◦ green 145 ◦ blue 99

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

Shades of Whiskey #DB9163

Tints of Whiskey #DB9163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 47.3%
G = 31.32%
B = 21.38%

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

#DB9163 (or 0xDB9163) is known color: Whiskey. HEX triplet: DB, 91 and 63. RGB value is (219,145,99). Sum of RGB (Red+Green+Blue) = 219+145+99=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9163 is #246E9C. Grayscale: #A2A2A2. Windows color (decimal): -2387613 or 6525403. OLE color: 6525403.

HSL color Cylindrical-coordinate representation of color #DB9163: hue angle of 23º degrees, saturation: 0.62, 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 #DB9163 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 99 -
CMYK 0 0.34 0.55 0.14
HSL 23º 0.63% 0.62% -
HSV(B) 23º 0.55% 0.86% -
XYZ 41.59 36.21 16.6 -
YUV 161.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 219 145 99 0 0.34 0.55 0.14 23 0.63 0.62
Hex DB 91 63 0 22 37 E 17 3E 3E
Octal 333 221 143 0 42 67 16 27 76 76
Binary 11011011 10010001 1100011 0 100010 110111 1110 10111 111110 111110

Color Harmonies of #DB9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9163

Black with #DB9163

Text Example


Text Example

White with #DB9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9163; }

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

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

background-color css

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

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

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

border-color css

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

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

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