Html Css Color HEX #DD955D Whiskey Sour

📋 copy color: '#DD955D'

red 221 ◦ green 149 ◦ blue 93

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

Shades of Whiskey Sour #DD955D

Tints of Whiskey Sour #DD955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

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

R = 47.73%
G = 32.18%
B = 20.09%

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

#DD955D (or 0xDD955D) is known color: Whiskey Sour. HEX triplet: DD, 95 and 5D. RGB value is (221,149,93). Sum of RGB (Red+Green+Blue) = 221+149+93=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD955D is #226AA2. Grayscale: #A4A4A4. Windows color (decimal): -2255523 or 6133213. OLE color: 6133213.

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

Color convert

RGB 221 149 93 -
CMYK 0 0.33 0.58 0.13
HSL 26.25º 0.65% 0.62% -
HSV(B) 26.25º 0.58% 0.87% -
XYZ 42.54 37.66 15.38 -
YUV 164.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 221 149 93 0 0.33 0.58 0.13 26.25 0.65 0.62
Hex DD 95 5D 0 21 3A D 1A 41 3E
Octal 335 225 135 0 41 72 15 32 101 76
Binary 11011101 10010101 1011101 0 100001 111010 1101 11010 1000001 111110

Color Harmonies of #DD955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD955D

Black with #DD955D

Text Example


Text Example

White with #DD955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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