#DB8C50

Color #DB8C50 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DB8C50

Tints of Whiskey Sour #DB8C50

Color information

#DB8C50 (or 0xDB8C50) is unknown color: approx Whiskey Sour. HEX triplet: DB, 8C and 50. RGB value is (219,140,80). Sum of RGB (Red+Green+Blue) = 219+140+80=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C50 is #2473AF. Grayscale: #9D9D9D. Windows color (decimal): -2388912 or 5278939. OLE color: 5278939.

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

Color convert

RGB21914080-
CMYK00.360.630.14
HSL25.9º65.88%58.63%-
HSV(B)25.9º63.47%85.88%-
XYZ40.0434.412.12-
YUV156.7884.67172.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=49.89%
G=31.89%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191408000.360.630.1425.965.8858.63
HexDB8C500243FE1a423b
Octal33321412004477163210273
Binary1101101110001100101000001001001111111110110101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8C50; }

 p { color: rgb(219,140,80); }

 H1.HeaderClassName
 {
   color: #DB8C50;
 }
 .AnyTagClassName
 {
   color: #DB8C50;
 }
</style>
background-color css

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

 a { background-color: rgb(219,140,80); }

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

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

 span { border-color: rgb(219,140,80); }

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