Html Css Color HEX #DB9465 Whiskey

📋 copy color: '#DB9465'

red 219 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #DB9465

Tints of Whiskey #DB9465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 46.79%
G = 31.62%
B = 21.58%

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

#DB9465 (or 0xDB9465) is known color: Whiskey. HEX triplet: DB, 94 and 65. RGB value is (219,148,101). Sum of RGB (Red+Green+Blue) = 219+148+101=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9465 is #246B9A. Grayscale: #A4A4A4. Windows color (decimal): -2386843 or 6657243. OLE color: 6657243.

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

Color convert

RGB 219 148 101 -
CMYK 0 0.32 0.54 0.14
HSL 23.9º 0.62% 0.63% -
HSV(B) 23.9º 0.54% 0.86% -
XYZ 42.15 37.18 17.27 -
YUV 163.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 219 148 101 0 0.32 0.54 0.14 23.9 0.62 0.63
Hex DB 94 65 0 20 36 E 18 3E 3F
Octal 333 224 145 0 40 66 16 30 76 77
Binary 11011011 10010100 1100101 0 100000 110110 1110 11000 111110 111111

Color Harmonies of #DB9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9465

Black with #DB9465

Text Example


Text Example

White with #DB9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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