Html Css Color HEX #DB9563 Whiskey Sour

📋 copy color: '#DB9563'

red 219 ◦ green 149 ◦ blue 99

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

Shades of Whiskey Sour #DB9563

Tints of Whiskey Sour #DB9563

RGB

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

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

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

R = 46.9%
G = 31.91%
B = 21.2%

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

#DB9563 (or 0xDB9563) is known color: Whiskey Sour. HEX triplet: DB, 95 and 63. RGB value is (219,149,99). Sum of RGB (Red+Green+Blue) = 219+149+99=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9563 is #246A9C. Grayscale: #A4A4A4. Windows color (decimal): -2386589 or 6526427. OLE color: 6526427.

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

Color convert

RGB 219 149 99 -
CMYK 0 0.32 0.55 0.14
HSL 25º 0.63% 0.62% -
HSV(B) 25º 0.55% 0.86% -
XYZ 42.21 37.46 16.81 -
YUV 164.23 91.19 167.07 -
System Red Green Blue C M Y K H S L
Decimal 219 149 99 0 0.32 0.55 0.14 25 0.63 0.62
Hex DB 95 63 0 20 37 E 19 3E 3E
Octal 333 225 143 0 40 67 16 31 76 76
Binary 11011011 10010101 1100011 0 100000 110111 1110 11001 111110 111110

Color Harmonies of #DB9563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9563

Black with #DB9563

Text Example


Text Example

White with #DB9563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9563; }

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

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

background-color css

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

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

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

border-color css

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

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

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