Html Css Color HEX #DF8F50 Whiskey Sour

📋 copy color: '#DF8F50'

red 223 ◦ green 143 ◦ blue 80

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

Shades of Whiskey Sour #DF8F50

Tints of Whiskey Sour #DF8F50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.94%

R = 50%
G = 32.06%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF8F50 (or 0xDF8F50) is known color: Whiskey Sour. HEX triplet: DF, 8F and 50. RGB value is (223,143,80). Sum of RGB (Red+Green+Blue) = 223+143+80=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8F50 is #2070AF. Grayscale: #A0A0A0. Windows color (decimal): -2126000 or 5279711. OLE color: 5279711.

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

Color convert

RGB 223 143 80 -
CMYK 0 0.36 0.64 0.13
HSL 26.43º 0.69% 0.59% -
HSV(B) 26.43º 0.64% 0.87% -
XYZ 41.7 35.91 12.32 -
YUV 159.74 83 173.12 -
System Red Green Blue C M Y K H S L
Decimal 223 143 80 0 0.36 0.64 0.13 26.43 0.69 0.59
Hex DF 8F 50 0 24 40 D 1A 45 3B
Octal 337 217 120 0 44 100 15 32 105 73
Binary 11011111 10001111 1010000 0 100100 1000000 1101 11010 1000101 111011

Color Harmonies of #DF8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F50

Black with #DF8F50

Text Example


Text Example

White with #DF8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F50; }

 p { color: rgb(223,143,80); }

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

background-color css

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

 a { background-color: rgb(223,143,80); }

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

border-color css

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

 span { border-color: rgb(223,143,80); }

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