#DF8C51

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

Shades of Whiskey Sour #DF8C51

Tints of Whiskey Sour #DF8C51

Color information

#DF8C51 (or 0xDF8C51) is unknown color: approx Whiskey Sour. HEX triplet: DF, 8C and 51. RGB value is (223,140,81). Sum of RGB (Red+Green+Blue) = 223+140+81=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C51 is #2073AE. Grayscale: #9E9E9E. Windows color (decimal): -2126767 or 5344479. OLE color: 5344479.

HSL color Cylindrical-coordinate representation of color #DF8C51: hue angle of 24.93º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF8C51 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22314081-
CMYK00.370.640.13
HSL24.93º68.93%59.61%-
HSV(B)24.93º63.68%87.45%-
XYZ41.2935.0412.37-
YUV158.0984.5174.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 81 (32.03% from 255) = 18.24%
R=50.23%
G=31.53%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231408100.370.640.1324.9368.9359.61
HexDF8C5102540D19453c
Octal337214121045100153110574
Binary11011111100011001010001010010110000001101110011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8C51; }

 p { color: rgb(223,140,81); }

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

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

 a { background-color: rgb(223,140,81); }

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

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

 span { border-color: rgb(223,140,81); }

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