#DD915D

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

Shades of Whiskey Sour #DD915D

Tints of Whiskey Sour #DD915D

Color information

#DD915D (or 0xDD915D) is unknown color: approx Whiskey Sour. HEX triplet: DD, 91 and 5D. RGB value is (221,145,93). Sum of RGB (Red+Green+Blue) = 221+145+93=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD915D is #226EA2. Grayscale: #A2A2A2. Windows color (decimal): -2256547 or 6132189. OLE color: 6132189.

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

Color convert

RGB22114593-
CMYK00.340.580.13
HSL24.38º65.31%61.57%-
HSV(B)24.38º57.92%86.67%-
XYZ41.9236.4115.17-
YUV161.889.18170.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=48.15%
G=31.59%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211459300.340.580.1324.3865.3161.57
HexDD915D0223AD18413e
Octal33522113504272153010176
Binary1101110110010001101110101000101110101101110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD915D; }

 p { color: rgb(221,145,93); }

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

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

 a { background-color: rgb(221,145,93); }

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

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

 span { border-color: rgb(221,145,93); }

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