Html Css Color HEX #DD9154 Whiskey Sour

📋 copy color: '#DD9154'

red 221 ◦ green 145 ◦ blue 84

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

Shades of Whiskey Sour #DD9154

Tints of Whiskey Sour #DD9154

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

 BLUE value IS 84 (33.2% from 255) = 18.67%

R = 49.11%
G = 32.22%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9154 (or 0xDD9154) is known color: Whiskey Sour. HEX triplet: DD, 91 and 54. RGB value is (221,145,84). Sum of RGB (Red+Green+Blue) = 221+145+84=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9154 is #226EAB. Grayscale: #A1A1A1. Windows color (decimal): -2256556 or 5542365. OLE color: 5542365.

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

Color convert

RGB 221 145 84 -
CMYK 0 0.34 0.62 0.13
HSL 26.72º 0.67% 0.6% -
HSV(B) 26.72º 0.62% 0.87% -
XYZ 41.54 36.26 13.2 -
YUV 160.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 221 145 84 0 0.34 0.62 0.13 26.72 0.67 0.6
Hex DD 91 54 0 22 3E D 1B 43 3C
Octal 335 221 124 0 42 76 15 33 103 74
Binary 11011101 10010001 1010100 0 100010 111110 1101 11011 1000011 111100

Color Harmonies of #DD9154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9154

Black with #DD9154

Text Example


Text Example

White with #DD9154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9154; }

 p { color: rgb(221,145,84); }

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

background-color css

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

 a { background-color: rgb(221,145,84); }

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

border-color css

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

 span { border-color: rgb(221,145,84); }

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