Html Css Color HEX #DB915F Whiskey Sour

📋 copy color: '#DB915F'

red 219 ◦ green 145 ◦ blue 95

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

Shades of Whiskey Sour #DB915F

Tints of Whiskey Sour #DB915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 47.71%
G = 31.59%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB915F (or 0xDB915F) is known color: Whiskey Sour. HEX triplet: DB, 91 and 5F. RGB value is (219,145,95). Sum of RGB (Red+Green+Blue) = 219+145+95=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB915F is #246EA0. Grayscale: #A1A1A1. Windows color (decimal): -2387617 or 6263259. OLE color: 6263259.

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

Color convert

RGB 219 145 95 -
CMYK 0 0.34 0.57 0.14
HSL 24.19º 0.63% 0.62% -
HSV(B) 24.19º 0.57% 0.86% -
XYZ 41.4 36.14 15.62 -
YUV 161.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 219 145 95 0 0.34 0.57 0.14 24.19 0.63 0.62
Hex DB 91 5F 0 22 39 E 18 3F 3E
Octal 333 221 137 0 42 71 16 30 77 76
Binary 11011011 10010001 1011111 0 100010 111001 1110 11000 111111 111110

Color Harmonies of #DB915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB915F

Black with #DB915F

Text Example


Text Example

White with #DB915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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