Html Css Color HEX #DD935B Whiskey Sour

📋 copy color: '#DD935B'

red 221 ◦ green 147 ◦ blue 91

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

Shades of Whiskey Sour #DD935B

Tints of Whiskey Sour #DD935B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.83%

R = 48.15%
G = 32.03%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD935B (or 0xDD935B) is known color: Whiskey Sour. HEX triplet: DD, 93 and 5B. RGB value is (221,147,91). Sum of RGB (Red+Green+Blue) = 221+147+91=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD935B is #226CA4. Grayscale: #A3A3A3. Windows color (decimal): -2256037 or 6001629. OLE color: 6001629.

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

Color convert

RGB 221 147 91 -
CMYK 0 0.33 0.59 0.13
HSL 25.85º 0.66% 0.61% -
HSV(B) 25.85º 0.59% 0.87% -
XYZ 42.14 36.99 14.82 -
YUV 162.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 221 147 91 0 0.33 0.59 0.13 25.85 0.66 0.61
Hex DD 93 5B 0 21 3B D 1A 42 3D
Octal 335 223 133 0 41 73 15 32 102 75
Binary 11011101 10010011 1011011 0 100001 111011 1101 11010 1000010 111101

Color Harmonies of #DD935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD935B

Black with #DD935B

Text Example


Text Example

White with #DD935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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