#DD935E

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

Shades of Whiskey Sour #DD935E

Tints of Whiskey Sour #DD935E

Color information

#DD935E (or 0xDD935E) is unknown color: approx Whiskey Sour. HEX triplet: DD, 93 and 5E. RGB value is (221,147,94). Sum of RGB (Red+Green+Blue) = 221+147+94=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD935E is #226CA1. Grayscale: #A3A3A3. Windows color (decimal): -2256034 or 6198237. OLE color: 6198237.

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

Color convert

RGB22114794-
CMYK00.330.570.13
HSL25.04º65.13%61.76%-
HSV(B)25.04º57.47%86.67%-
XYZ42.2737.0515.51-
YUV163.0889.02169.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=47.84%
G=31.82%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211479400.330.570.1325.0465.1361.76
HexDD935E02139D19413e
Octal33522313604171153110176
Binary1101110110010011101111001000011110011101110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD935E; }

 p { color: rgb(221,147,94); }

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

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

 a { background-color: rgb(221,147,94); }

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

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

 span { border-color: rgb(221,147,94); }

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