Html Css Color HEX #DB9464 Whiskey

📋 copy color: '#DB9464'

red 219 ◦ green 148 ◦ blue 100

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

Shades of Whiskey #DB9464

Tints of Whiskey #DB9464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.41%

R = 46.9%
G = 31.69%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB9464 (or 0xDB9464) is known color: Whiskey. HEX triplet: DB, 94 and 64. RGB value is (219,148,100). Sum of RGB (Red+Green+Blue) = 219+148+100=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9464 is #246B9B. Grayscale: #A4A4A4. Windows color (decimal): -2386844 or 6591707. OLE color: 6591707.

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

Color convert

RGB 219 148 100 -
CMYK 0 0.32 0.54 0.14
HSL 24.2º 0.62% 0.63% -
HSV(B) 24.2º 0.54% 0.86% -
XYZ 42.1 37.16 17.01 -
YUV 163.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 219 148 100 0 0.32 0.54 0.14 24.2 0.62 0.63
Hex DB 94 64 0 20 36 E 18 3E 3F
Octal 333 224 144 0 40 66 16 30 76 77
Binary 11011011 10010100 1100100 0 100000 110110 1110 11000 111110 111111

Color Harmonies of #DB9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9464

Black with #DB9464

Text Example


Text Example

White with #DB9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9464; }

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

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

background-color css

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

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

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

border-color css

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

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

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