Html Css Color HEX #DF8A53 Whiskey Sour

📋 copy color: '#DF8A53'

red 223 ◦ green 138 ◦ blue 83

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

Shades of Whiskey Sour #DF8A53

Tints of Whiskey Sour #DF8A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.69%

R = 50.23%
G = 31.08%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF8A53 (or 0xDF8A53) is known color: Whiskey Sour. HEX triplet: DF, 8A and 53. RGB value is (223,138,83). Sum of RGB (Red+Green+Blue) = 223+138+83=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A53 is #2075AC. Grayscale: #9D9D9D. Windows color (decimal): -2127277 or 5475039. OLE color: 5475039.

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

Color convert

RGB 223 138 83 -
CMYK 0 0.38 0.63 0.13
HSL 23.57º 0.69% 0.6% -
HSV(B) 23.57º 0.63% 0.87% -
XYZ 41.08 34.49 12.68 -
YUV 157.15 86.16 174.97 -
System Red Green Blue C M Y K H S L
Decimal 223 138 83 0 0.38 0.63 0.13 23.57 0.69 0.6
Hex DF 8A 53 0 26 3F D 18 45 3C
Octal 337 212 123 0 46 77 15 30 105 74
Binary 11011111 10001010 1010011 0 100110 111111 1101 11000 1000101 111100

Color Harmonies of #DF8A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A53

Black with #DF8A53

Text Example


Text Example

White with #DF8A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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