Html Css Color HEX #DB8B57 Whiskey Sour

📋 copy color: '#DB8B57'

red 219 ◦ green 139 ◦ blue 87

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

Shades of Whiskey Sour #DB8B57

Tints of Whiskey Sour #DB8B57

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 87 (34.38% from 255) = 19.55%

R = 49.21%
G = 31.24%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DB8B57 (or 0xDB8B57) is known color: Whiskey Sour. HEX triplet: DB, 8B and 57. RGB value is (219,139,87). Sum of RGB (Red+Green+Blue) = 219+139+87=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B57 is #2474A8. Grayscale: #9D9D9D. Windows color (decimal): -2389161 or 5737435. OLE color: 5737435.

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

Color convert

RGB 219 139 87 -
CMYK 0 0.37 0.60 0.14
HSL 23.64º 0.65% 0.6% -
HSV(B) 23.64º 0.6% 0.86% -
XYZ 40.17 34.21 13.5 -
YUV 156.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 219 139 87 0 0.37 0.60 0.14 23.64 0.65 0.6
Hex DB 8B 57 0 25 3C E 18 41 3C
Octal 333 213 127 0 45 74 16 30 101 74
Binary 11011011 10001011 1010111 0 100101 111100 1110 11000 1000001 111100

Color Harmonies of #DB8B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B57

Black with #DB8B57

Text Example


Text Example

White with #DB8B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B57; }

 p { color: rgb(219,139,87); }

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

background-color css

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

 a { background-color: rgb(219,139,87); }

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

border-color css

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

 span { border-color: rgb(219,139,87); }

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