#DF8755

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

Shades of Whiskey Sour #DF8755

Tints of Whiskey Sour #DF8755

Color information

#DF8755 (or 0xDF8755) is unknown color: approx Whiskey Sour. HEX triplet: DF, 87 and 55. RGB value is (223,135,85). Sum of RGB (Red+Green+Blue) = 223+135+85=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8755 is #2078AA. Grayscale: #9B9B9B. Windows color (decimal): -2128043 or 5605343. OLE color: 5605343.

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

Color convert

RGB22313585-
CMYK00.390.620.13
HSL21.74º68.32%60.39%-
HSV(B)21.74º61.88%87.45%-
XYZ40.7433.6712.95-
YUV155.6188.15176.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.34%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 85 (33.59% from 255) = 19.19%
R=50.34%
G=30.47%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231358500.390.620.1321.7468.3260.39
HexDF87550273ED16443c
Octal33720712504776152610474
Binary1101111110000111101010101001111111101101101101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8755; }

 p { color: rgb(223,135,85); }

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

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

 a { background-color: rgb(223,135,85); }

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

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

 span { border-color: rgb(223,135,85); }

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