Html Css Color HEX #DD8F54 Whiskey Sour

📋 copy color: '#DD8F54'

red 221 ◦ green 143 ◦ blue 84

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

Shades of Whiskey Sour #DD8F54

Tints of Whiskey Sour #DD8F54

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

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

R = 49.33%
G = 31.92%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD8F54 (or 0xDD8F54) is known color: Whiskey Sour. HEX triplet: DD, 8F and 54. RGB value is (221,143,84). Sum of RGB (Red+Green+Blue) = 221+143+84=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F54 is #2270AB. Grayscale: #9F9F9F. Windows color (decimal): -2257068 or 5541853. OLE color: 5541853.

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

Color convert

RGB 221 143 84 -
CMYK 0 0.35 0.62 0.13
HSL 25.84º 0.67% 0.6% -
HSV(B) 25.84º 0.62% 0.87% -
XYZ 41.24 35.66 13.1 -
YUV 159.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 221 143 84 0 0.35 0.62 0.13 25.84 0.67 0.6
Hex DD 8F 54 0 23 3E D 1A 43 3C
Octal 335 217 124 0 43 76 15 32 103 74
Binary 11011101 10001111 1010100 0 100011 111110 1101 11010 1000011 111100

Color Harmonies of #DD8F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8F54

Black with #DD8F54

Text Example


Text Example

White with #DD8F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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