Html Css Color HEX #DD8954 Whiskey Sour

📋 copy color: '#DD8954'

red 221 ◦ green 137 ◦ blue 84

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

Shades of Whiskey Sour #DD8954

Tints of Whiskey Sour #DD8954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

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

R = 50%
G = 31%
B = 19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD8954 (or 0xDD8954) is known color: Whiskey Sour. HEX triplet: DD, 89 and 54. RGB value is (221,137,84). Sum of RGB (Red+Green+Blue) = 221+137+84=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8954 is #2276AB. Grayscale: #9C9C9C. Windows color (decimal): -2258604 or 5540317. OLE color: 5540317.

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

Color convert

RGB 221 137 84 -
CMYK 0 0.38 0.62 0.13
HSL 23.21º 0.67% 0.6% -
HSV(B) 23.21º 0.62% 0.87% -
XYZ 40.36 33.9 12.8 -
YUV 156.07 87.33 174.31 -
System Red Green Blue C M Y K H S L
Decimal 221 137 84 0 0.38 0.62 0.13 23.21 0.67 0.6
Hex DD 89 54 0 26 3E D 17 43 3C
Octal 335 211 124 0 46 76 15 27 103 74
Binary 11011101 10001001 1010100 0 100110 111110 1101 10111 1000011 111100

Color Harmonies of #DD8954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8954

Black with #DD8954

Text Example


Text Example

White with #DD8954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8954; }

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

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

background-color css

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

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

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

border-color css

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

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

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