Html Css Color HEX #DD935D Whiskey Sour

📋 copy color: '#DD935D'

red 221 ◦ green 147 ◦ blue 93

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

Shades of Whiskey Sour #DD935D

Tints of Whiskey Sour #DD935D

RGB

 RED value IS 221 (86.72% from 255) = 47.94%

 GREEN value IS 147 (57.81% from 255) = 31.89%

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 47.94%
G = 31.89%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD935D (or 0xDD935D) is known color: Whiskey Sour. HEX triplet: DD, 93 and 5D. RGB value is (221,147,93). Sum of RGB (Red+Green+Blue) = 221+147+93=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD935D is #226CA2. Grayscale: #A3A3A3. Windows color (decimal): -2256035 or 6132701. OLE color: 6132701.

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

Color convert

RGB 221 147 93 -
CMYK 0 0.33 0.58 0.13
HSL 25.31º 0.65% 0.62% -
HSV(B) 25.31º 0.58% 0.87% -
XYZ 42.23 37.03 15.28 -
YUV 162.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 221 147 93 0 0.33 0.58 0.13 25.31 0.65 0.62
Hex DD 93 5D 0 21 3A D 19 41 3E
Octal 335 223 135 0 41 72 15 31 101 76
Binary 11011101 10010011 1011101 0 100001 111010 1101 11001 1000001 111110

Color Harmonies of #DD935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD935D

Black with #DD935D

Text Example


Text Example

White with #DD935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD935D; }

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

 H1.HeaderClassName
 {
   color: #DD935D;
 }
 .AnyTagClassName
 {
   color: #DD935D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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