Html Css Color HEX #DB9463 Whiskey

📋 copy color: '#DB9463'

red 219 ◦ green 148 ◦ blue 99

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

Shades of Whiskey #DB9463

Tints of Whiskey #DB9463

RGB

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

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

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

R = 47%
G = 31.76%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9463 (or 0xDB9463) is known color: Whiskey. HEX triplet: DB, 94 and 63. RGB value is (219,148,99). Sum of RGB (Red+Green+Blue) = 219+148+99=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9463 is #246B9C. Grayscale: #A3A3A3. Windows color (decimal): -2386845 or 6526171. OLE color: 6526171.

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

Color convert

RGB 219 148 99 -
CMYK 0 0.32 0.55 0.14
HSL 24.5º 0.63% 0.62% -
HSV(B) 24.5º 0.55% 0.86% -
XYZ 42.06 37.14 16.76 -
YUV 163.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 219 148 99 0 0.32 0.55 0.14 24.5 0.63 0.62
Hex DB 94 63 0 20 37 E 18 3E 3E
Octal 333 224 143 0 40 67 16 30 76 76
Binary 11011011 10010100 1100011 0 100000 110111 1110 11000 111110 111110

Color Harmonies of #DB9463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9463

Black with #DB9463

Text Example


Text Example

White with #DB9463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9463; }

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

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

background-color css

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

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

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

border-color css

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

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

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