Html Css Color HEX #DB8B5B Whiskey Sour

📋 copy color: '#DB8B5B'

red 219 ◦ green 139 ◦ blue 91

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

Shades of Whiskey Sour #DB8B5B

Tints of Whiskey Sour #DB8B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.27%

R = 48.78%
G = 30.96%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB8B5B (or 0xDB8B5B) is known color: Whiskey Sour. HEX triplet: DB, 8B and 5B. RGB value is (219,139,91). Sum of RGB (Red+Green+Blue) = 219+139+91=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B5B is #2474A4. Grayscale: #9D9D9D. Windows color (decimal): -2389157 or 5999579. OLE color: 5999579.

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

Color convert

RGB 219 139 91 -
CMYK 0 0.37 0.58 0.14
HSL 22.5º 0.64% 0.61% -
HSV(B) 22.5º 0.58% 0.86% -
XYZ 40.33 34.28 14.39 -
YUV 157.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 219 139 91 0 0.37 0.58 0.14 22.5 0.64 0.61
Hex DB 8B 5B 0 25 3A E 16 40 3D
Octal 333 213 133 0 45 72 16 26 100 75
Binary 11011011 10001011 1011011 0 100101 111010 1110 10110 1000000 111101

Color Harmonies of #DB8B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B5B

Black with #DB8B5B

Text Example


Text Example

White with #DB8B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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