Html Css Color HEX #DD8A54 Whiskey Sour

📋 copy color: '#DD8A54'

red 221 ◦ green 138 ◦ blue 84

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

Shades of Whiskey Sour #DD8A54

Tints of Whiskey Sour #DD8A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.15%

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

R = 49.89%
G = 31.15%
B = 18.96%

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

#DD8A54 (or 0xDD8A54) is known color: Whiskey Sour. HEX triplet: DD, 8A and 54. RGB value is (221,138,84). Sum of RGB (Red+Green+Blue) = 221+138+84=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A54 is #2275AB. Grayscale: #9C9C9C. Windows color (decimal): -2258348 or 5540573. OLE color: 5540573.

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

Color convert

RGB 221 138 84 -
CMYK 0 0.38 0.62 0.13
HSL 23.65º 0.67% 0.6% -
HSV(B) 23.65º 0.62% 0.87% -
XYZ 40.51 34.19 12.85 -
YUV 156.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 221 138 84 0 0.38 0.62 0.13 23.65 0.67 0.6
Hex DD 8A 54 0 26 3E D 18 43 3C
Octal 335 212 124 0 46 76 15 30 103 74
Binary 11011101 10001010 1010100 0 100110 111110 1101 11000 1000011 111100

Color Harmonies of #DD8A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A54

Black with #DD8A54

Text Example


Text Example

White with #DD8A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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