Html Css Color HEX #DB9367 Whiskey

📋 copy color: '#DB9367'

red 219 ◦ green 147 ◦ blue 103

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

Shades of Whiskey #DB9367

Tints of Whiskey #DB9367

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 46.7%
G = 31.34%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB9367 (or 0xDB9367) is known color: Whiskey. HEX triplet: DB, 93 and 67. RGB value is (219,147,103). Sum of RGB (Red+Green+Blue) = 219+147+103=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9367 is #246C98. Grayscale: #A3A3A3. Windows color (decimal): -2387097 or 6788059. OLE color: 6788059.

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

Color convert

RGB 219 147 103 -
CMYK 0 0.33 0.53 0.14
HSL 22.76º 0.62% 0.63% -
HSV(B) 22.76º 0.53% 0.86% -
XYZ 42.1 36.91 17.74 -
YUV 163.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 219 147 103 0 0.33 0.53 0.14 22.76 0.62 0.63
Hex DB 93 67 0 21 35 E 17 3E 3F
Octal 333 223 147 0 41 65 16 27 76 77
Binary 11011011 10010011 1100111 0 100001 110101 1110 10111 111110 111111

Color Harmonies of #DB9367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9367

Black with #DB9367

Text Example


Text Example

White with #DB9367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9367; }

 p { color: rgb(219,147,103); }

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

background-color css

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

 a { background-color: rgb(219,147,103); }

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

border-color css

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

 span { border-color: rgb(219,147,103); }

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