Html Css Color HEX #DB8F54 Whiskey Sour

📋 copy color: '#DB8F54'

red 219 ◦ green 143 ◦ blue 84

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

Shades of Whiskey Sour #DB8F54

Tints of Whiskey Sour #DB8F54

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.06%

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

R = 49.1%
G = 32.06%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB8F54 (or 0xDB8F54) is known color: Whiskey Sour. HEX triplet: DB, 8F and 54. RGB value is (219,143,84). Sum of RGB (Red+Green+Blue) = 219+143+84=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F54 is #2470AB. Grayscale: #9F9F9F. Windows color (decimal): -2388140 or 5541851. OLE color: 5541851.

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

Color convert

RGB 219 143 84 -
CMYK 0 0.35 0.62 0.14
HSL 26.22º 0.65% 0.59% -
HSV(B) 26.22º 0.62% 0.86% -
XYZ 40.64 35.35 13.07 -
YUV 159 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 219 143 84 0 0.35 0.62 0.14 26.22 0.65 0.59
Hex DB 8F 54 0 23 3E E 1A 41 3B
Octal 333 217 124 0 43 76 16 32 101 73
Binary 11011011 10001111 1010100 0 100011 111110 1110 11010 1000001 111011

Color Harmonies of #DB8F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F54

Black with #DB8F54

Text Example


Text Example

White with #DB8F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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