Html Css Color HEX #DF8D50 Flamenco

📋 copy color: '#DF8D50'

red 223 ◦ green 141 ◦ blue 80

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

Shades of Flamenco #DF8D50

Tints of Flamenco #DF8D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.76%

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

R = 50.23%
G = 31.76%
B = 18.02%

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

#DF8D50 (or 0xDF8D50) is known color: Flamenco. HEX triplet: DF, 8D and 50. RGB value is (223,141,80). Sum of RGB (Red+Green+Blue) = 223+141+80=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8D50 is #2072AF. Grayscale: #9E9E9E. Windows color (decimal): -2126512 or 5279199. OLE color: 5279199.

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

Color convert

RGB 223 141 80 -
CMYK 0 0.37 0.64 0.13
HSL 25.59º 0.69% 0.59% -
HSV(B) 25.59º 0.64% 0.87% -
XYZ 41.4 35.32 12.22 -
YUV 158.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 223 141 80 0 0.37 0.64 0.13 25.59 0.69 0.59
Hex DF 8D 50 0 25 40 D 1A 45 3B
Octal 337 215 120 0 45 100 15 32 105 73
Binary 11011111 10001101 1010000 0 100101 1000000 1101 11010 1000101 111011

Color Harmonies of #DF8D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D50

Black with #DF8D50

Text Example


Text Example

White with #DF8D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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