Html Css Color HEX #DB8F5B Whiskey Sour

📋 copy color: '#DB8F5B'

red 219 ◦ green 143 ◦ blue 91

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

Shades of Whiskey Sour #DB8F5B

Tints of Whiskey Sour #DB8F5B

RGB

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

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

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

R = 48.34%
G = 31.57%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB8F5B (or 0xDB8F5B) is known color: Whiskey Sour. HEX triplet: DB, 8F and 5B. RGB value is (219,143,91). Sum of RGB (Red+Green+Blue) = 219+143+91=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F5B is #2470A4. Grayscale: #A0A0A0. Windows color (decimal): -2388133 or 6000603. OLE color: 6000603.

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

Color convert

RGB 219 143 91 -
CMYK 0 0.35 0.58 0.14
HSL 24.38º 0.64% 0.61% -
HSV(B) 24.38º 0.58% 0.86% -
XYZ 40.92 35.46 14.59 -
YUV 159.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 219 143 91 0 0.35 0.58 0.14 24.38 0.64 0.61
Hex DB 8F 5B 0 23 3A E 18 40 3D
Octal 333 217 133 0 43 72 16 30 100 75
Binary 11011011 10001111 1011011 0 100011 111010 1110 11000 1000000 111101

Color Harmonies of #DB8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F5B

Black with #DB8F5B

Text Example


Text Example

White with #DB8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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