Html Css Color HEX #DB9565 Whiskey

📋 copy color: '#DB9565'

red 219 ◦ green 149 ◦ blue 101

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

Shades of Whiskey #DB9565

Tints of Whiskey #DB9565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

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

R = 46.7%
G = 31.77%
B = 21.54%

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

#DB9565 (or 0xDB9565) is known color: Whiskey. HEX triplet: DB, 95 and 65. RGB value is (219,149,101). Sum of RGB (Red+Green+Blue) = 219+149+101=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9565 is #246A9A. Grayscale: #A4A4A4. Windows color (decimal): -2386587 or 6657499. OLE color: 6657499.

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

Color convert

RGB 219 149 101 -
CMYK 0 0.32 0.54 0.14
HSL 24.41º 0.62% 0.63% -
HSV(B) 24.41º 0.54% 0.86% -
XYZ 42.31 37.49 17.32 -
YUV 164.46 92.19 166.9 -
System Red Green Blue C M Y K H S L
Decimal 219 149 101 0 0.32 0.54 0.14 24.41 0.62 0.63
Hex DB 95 65 0 20 36 E 18 3E 3F
Octal 333 225 145 0 40 66 16 30 76 77
Binary 11011011 10010101 1100101 0 100000 110110 1110 11000 111110 111111

Color Harmonies of #DB9565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9565

Black with #DB9565

Text Example


Text Example

White with #DB9565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9565; }

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

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

background-color css

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

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

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

border-color css

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

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

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