#DF8C52

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

Shades of Whiskey Sour #DF8C52

Tints of Whiskey Sour #DF8C52

Color information

#DF8C52 (or 0xDF8C52) is unknown color: approx Whiskey Sour. HEX triplet: DF, 8C and 52. RGB value is (223,140,82). Sum of RGB (Red+Green+Blue) = 223+140+82=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C52 is #2073AD. Grayscale: #9E9E9E. Windows color (decimal): -2126766 or 5410015. OLE color: 5410015.

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

Color convert

RGB22314082-
CMYK00.370.630.13
HSL24.68º68.78%59.8%-
HSV(B)24.68º63.23%87.45%-
XYZ41.3335.0512.57-
YUV158.285174.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=50.11%
G=31.46%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231408200.370.630.1324.6868.7859.8
HexDF8C520253FD19453c
Octal33721412204577153110574
Binary1101111110001100101001001001011111111101110011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8C52; }

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

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

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

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

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

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

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

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