Html Css Color HEX #DD935E Whiskey Sour

📋 copy color: '#DD935E'

red 221 ◦ green 147 ◦ blue 94

#DD935E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #DD935E

Tints of Whiskey Sour #DD935E

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 value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD935E (or 0xDD935E) is known color: 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

RGB 221 147 94 -
CMYK 0 0.33 0.57 0.13
HSL 25.04º 0.65% 0.62% -
HSV(B) 25.04º 0.57% 0.87% -
XYZ 42.27 37.05 15.51 -
YUV 163.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 221 147 94 0 0.33 0.57 0.13 25.04 0.65 0.62
Hex DD 93 5E 0 21 39 D 19 41 3E
Octal 335 223 136 0 41 71 15 31 101 76
Binary 11011101 10010011 1011110 0 100001 111001 1101 11001 1000001 111110

Color Harmonies of #DD935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD935E

Black with #DD935E

Text Example


Text Example

White with #DD935E

Text Example


Text Example

HTML Codes & Css Web 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>