#DF915C

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

Shades of Whiskey Sour #DF915C

Tints of Whiskey Sour #DF915C

Color information

#DF915C (or 0xDF915C) is unknown color: approx Whiskey Sour. HEX triplet: DF, 91 and 5C. RGB value is (223,145,92). Sum of RGB (Red+Green+Blue) = 223+145+92=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF915C is #206EA3. Grayscale: #A2A2A2. Windows color (decimal): -2125476 or 6066655. OLE color: 6066655.

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

Color convert

RGB22314592-
CMYK00.350.590.13
HSL24.27º67.18%61.76%-
HSV(B)24.27º58.74%87.45%-
XYZ42.4936.7114.97-
YUV162.2888.34171.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 92 (36.33% from 255) = 20%
R=48.48%
G=31.52%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231459200.350.590.1324.2767.1861.76
HexDF915C0233BD18433e
Octal33722113404373153010376
Binary1101111110010001101110001000111110111101110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF915C; }

 p { color: rgb(223,145,92); }

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

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

 a { background-color: rgb(223,145,92); }

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

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

 span { border-color: rgb(223,145,92); }

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