Html Css Color HEX #DB915B Whiskey Sour

📋 copy color: '#DB915B'

red 219 ◦ green 145 ◦ blue 91

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

Shades of Whiskey Sour #DB915B

Tints of Whiskey Sour #DB915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

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

R = 48.13%
G = 31.87%
B = 20%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB915B (or 0xDB915B) is known color: Whiskey Sour. HEX triplet: DB, 91 and 5B. RGB value is (219,145,91). Sum of RGB (Red+Green+Blue) = 219+145+91=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB915B is #246EA4. Grayscale: #A1A1A1. Windows color (decimal): -2387621 or 6001115. OLE color: 6001115.

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

Color convert

RGB 219 145 91 -
CMYK 0 0.34 0.58 0.14
HSL 25.31º 0.64% 0.61% -
HSV(B) 25.31º 0.58% 0.86% -
XYZ 41.23 36.07 14.69 -
YUV 160.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 219 145 91 0 0.34 0.58 0.14 25.31 0.64 0.61
Hex DB 91 5B 0 22 3A E 19 40 3D
Octal 333 221 133 0 42 72 16 31 100 75
Binary 11011011 10010001 1011011 0 100010 111010 1110 11001 1000000 111101

Color Harmonies of #DB915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB915B

Black with #DB915B

Text Example


Text Example

White with #DB915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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