#DF925C

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

Shades of Whiskey Sour #DF925C

Tints of Whiskey Sour #DF925C

Color information

#DF925C (or 0xDF925C) is unknown color: approx Whiskey Sour. HEX triplet: DF, 92 and 5C. RGB value is (223,146,92). Sum of RGB (Red+Green+Blue) = 223+146+92=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF925C is #206DA3. Grayscale: #A3A3A3. Windows color (decimal): -2125220 or 6066911. OLE color: 6066911.

HSL color Cylindrical-coordinate representation of color #DF925C: hue angle of 24.73º 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 #DF925C is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22314692-
CMYK00.350.590.13
HSL24.73º67.18%61.76%-
HSV(B)24.73º58.74%87.45%-
XYZ42.6437.0215.02-
YUV162.8788.01170.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.37%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=48.37%
G=31.67%
B=19.96%

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
Decimal2231469200.350.590.1324.7367.1861.76
HexDF925C0233BD19433e
Octal33722213404373153110376
Binary1101111110010010101110001000111110111101110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF925C; }

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

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

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

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

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

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

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

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