Html Css Color HEX #DB8F4E Whiskey Sour

📋 copy color: '#DB8F4E'

red 219 ◦ green 143 ◦ blue 78

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

Shades of Whiskey Sour #DB8F4E

Tints of Whiskey Sour #DB8F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.73%

R = 49.77%
G = 32.5%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB8F4E (or 0xDB8F4E) is known color: Whiskey Sour. HEX triplet: DB, 8F and 4E. RGB value is (219,143,78). Sum of RGB (Red+Green+Blue) = 219+143+78=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F4E is #2470B1. Grayscale: #9E9E9E. Windows color (decimal): -2388146 or 5148635. OLE color: 5148635.

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

Color convert

RGB 219 143 78 -
CMYK 0 0.35 0.64 0.14
HSL 27.66º 0.66% 0.58% -
HSV(B) 27.66º 0.64% 0.86% -
XYZ 40.41 35.26 11.88 -
YUV 158.31 82.68 171.29 -
System Red Green Blue C M Y K H S L
Decimal 219 143 78 0 0.35 0.64 0.14 27.66 0.66 0.58
Hex DB 8F 4E 0 23 40 E 1C 42 3A
Octal 333 217 116 0 43 100 16 34 102 72
Binary 11011011 10001111 1001110 0 100011 1000000 1110 11100 1000010 111010

Color Harmonies of #DB8F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F4E

Black with #DB8F4E

Text Example


Text Example

White with #DB8F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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