Html Css Color HEX #DF8C50 Flamenco

📋 copy color: '#DF8C50'

red 223 ◦ green 140 ◦ blue 80

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

Shades of Flamenco #DF8C50

Tints of Flamenco #DF8C50

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

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

R = 50.34%
G = 31.6%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF8C50 (or 0xDF8C50) is known color: Flamenco. HEX triplet: DF, 8C and 50. RGB value is (223,140,80). Sum of RGB (Red+Green+Blue) = 223+140+80=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8C50 is #2073AF. Grayscale: #9E9E9E. Windows color (decimal): -2126768 or 5278943. OLE color: 5278943.

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

Color convert

RGB 223 140 80 -
CMYK 0 0.37 0.64 0.13
HSL 25.17º 0.69% 0.59% -
HSV(B) 25.17º 0.64% 0.87% -
XYZ 41.26 35.02 12.18 -
YUV 157.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 223 140 80 0 0.37 0.64 0.13 25.17 0.69 0.59
Hex DF 8C 50 0 25 40 D 19 45 3B
Octal 337 214 120 0 45 100 15 31 105 73
Binary 11011111 10001100 1010000 0 100101 1000000 1101 11001 1000101 111011

Color Harmonies of #DF8C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C50

Black with #DF8C50

Text Example


Text Example

White with #DF8C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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