Html Css Color HEX #DF8A54 Whiskey Sour

📋 copy color: '#DF8A54'

red 223 ◦ green 138 ◦ blue 84

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

Shades of Whiskey Sour #DF8A54

Tints of Whiskey Sour #DF8A54

RGB

 RED value IS 223 (87.5% from 255) = 50.11%

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

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

R = 50.11%
G = 31.01%
B = 18.88%

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

#DF8A54 (or 0xDF8A54) is known color: Whiskey Sour. HEX triplet: DF, 8A and 54. RGB value is (223,138,84). Sum of RGB (Red+Green+Blue) = 223+138+84=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A54 is #2075AB. Grayscale: #9D9D9D. Windows color (decimal): -2127276 or 5540575. OLE color: 5540575.

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

Color convert

RGB 223 138 84 -
CMYK 0 0.38 0.62 0.13
HSL 23.31º 0.68% 0.6% -
HSV(B) 23.31º 0.62% 0.87% -
XYZ 41.12 34.51 12.88 -
YUV 157.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 223 138 84 0 0.38 0.62 0.13 23.31 0.68 0.6
Hex DF 8A 54 0 26 3E D 17 44 3C
Octal 337 212 124 0 46 76 15 27 104 74
Binary 11011111 10001010 1010100 0 100110 111110 1101 10111 1000100 111100

Color Harmonies of #DF8A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A54

Black with #DF8A54

Text Example


Text Example

White with #DF8A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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