Html Css Color HEX #DB9454 Whiskey Sour

📋 copy color: '#DB9454'

red 219 ◦ green 148 ◦ blue 84

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

Shades of Whiskey Sour #DB9454

Tints of Whiskey Sour #DB9454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.63%

R = 48.56%
G = 32.82%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB9454 (or 0xDB9454) is known color: Whiskey Sour. HEX triplet: DB, 94 and 54. RGB value is (219,148,84). Sum of RGB (Red+Green+Blue) = 219+148+84=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9454 is #246BAB. Grayscale: #A2A2A2. Windows color (decimal): -2386860 or 5543131. OLE color: 5543131.

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

Color convert

RGB 219 148 84 -
CMYK 0 0.32 0.62 0.14
HSL 28.44º 0.65% 0.59% -
HSV(B) 28.44º 0.62% 0.86% -
XYZ 41.4 36.88 13.32 -
YUV 161.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 219 148 84 0 0.32 0.62 0.14 28.44 0.65 0.59
Hex DB 94 54 0 20 3E E 1C 41 3B
Octal 333 224 124 0 40 76 16 34 101 73
Binary 11011011 10010100 1010100 0 100000 111110 1110 11100 1000001 111011

Color Harmonies of #DB9454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9454

Black with #DB9454

Text Example


Text Example

White with #DB9454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9454; }

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

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

background-color css

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

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

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

border-color css

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

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

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