#DF915B

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

Shades of Whiskey Sour #DF915B

Tints of Whiskey Sour #DF915B

Color information

#DF915B (or 0xDF915B) is unknown color: approx Whiskey Sour. HEX triplet: DF, 91 and 5B. RGB value is (223,145,91). Sum of RGB (Red+Green+Blue) = 223+145+91=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF915B is #206EA4. Grayscale: #A2A2A2. Windows color (decimal): -2125477 or 6001119. OLE color: 6001119.

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

Color convert

RGB22314591-
CMYK00.350.590.13
HSL24.55º67.35%61.57%-
HSV(B)24.55º59.19%87.45%-
XYZ42.4536.6914.74-
YUV162.1787.84171.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=48.58%
G=31.59%
B=19.83%

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
Decimal2231459100.350.590.1324.5567.3561.57
HexDF915B0233BD19433e
Octal33722113304373153110376
Binary1101111110010001101101101000111110111101110011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF915B; }

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

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

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

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

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

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

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

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