Html Css Color HEX #DB9468 Whiskey

📋 copy color: '#DB9468'

red 219 ◦ green 148 ◦ blue 104

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

Shades of Whiskey #DB9468

Tints of Whiskey #DB9468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 46.5%
G = 31.42%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB9468 (or 0xDB9468) is known color: Whiskey. HEX triplet: DB, 94 and 68. RGB value is (219,148,104). Sum of RGB (Red+Green+Blue) = 219+148+104=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9468 is #246B97. Grayscale: #A4A4A4. Windows color (decimal): -2386840 or 6853851. OLE color: 6853851.

HSL color Cylindrical-coordinate representation of color #DB9468: hue angle of 22.96º degrees, saturation: 0.61, 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 #DB9468 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 104 -
CMYK 0 0.32 0.53 0.14
HSL 22.96º 0.61% 0.63% -
HSV(B) 22.96º 0.53% 0.86% -
XYZ 42.3 37.24 18.06 -
YUV 164.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 219 148 104 0 0.32 0.53 0.14 22.96 0.61 0.63
Hex DB 94 68 0 20 35 E 17 3D 3F
Octal 333 224 150 0 40 65 16 27 75 77
Binary 11011011 10010100 1101000 0 100000 110101 1110 10111 111101 111111

Color Harmonies of #DB9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9468

Black with #DB9468

Text Example


Text Example

White with #DB9468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9468; }

 p { color: rgb(219,148,104); }

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

background-color css

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

 a { background-color: rgb(219,148,104); }

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

border-color css

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

 span { border-color: rgb(219,148,104); }

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