Html Css Color HEX #DB8950 Whiskey Sour

📋 copy color: '#DB8950'

red 219 ◦ green 137 ◦ blue 80

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

Shades of Whiskey Sour #DB8950

Tints of Whiskey Sour #DB8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 80 (31.64% from 255) = 18.35%

R = 50.23%
G = 31.42%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB8950 (or 0xDB8950) is known color: Whiskey Sour. HEX triplet: DB, 89 and 50. RGB value is (219,137,80). Sum of RGB (Red+Green+Blue) = 219+137+80=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8950 is #2476AF. Grayscale: #9B9B9B. Windows color (decimal): -2389680 or 5278171. OLE color: 5278171.

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

Color convert

RGB 219 137 80 -
CMYK 0 0.37 0.63 0.14
HSL 24.6º 0.66% 0.59% -
HSV(B) 24.6º 0.63% 0.86% -
XYZ 39.61 33.53 11.97 -
YUV 155.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 219 137 80 0 0.37 0.63 0.14 24.6 0.66 0.59
Hex DB 89 50 0 25 3F E 19 42 3B
Octal 333 211 120 0 45 77 16 31 102 73
Binary 11011011 10001001 1010000 0 100101 111111 1110 11001 1000010 111011

Color Harmonies of #DB8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8950

Black with #DB8950

Text Example


Text Example

White with #DB8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8950; }

 p { color: rgb(219,137,80); }

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

background-color css

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

 a { background-color: rgb(219,137,80); }

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

border-color css

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

 span { border-color: rgb(219,137,80); }

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