Html Css Color HEX #DF8850 Flamenco

📋 copy color: '#DF8850'

red 223 ◦ green 136 ◦ blue 80

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

Shades of Flamenco #DF8850

Tints of Flamenco #DF8850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

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

R = 50.8%
G = 30.98%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF8850 (or 0xDF8850) is known color: Flamenco. HEX triplet: DF, 88 and 50. RGB value is (223,136,80). Sum of RGB (Red+Green+Blue) = 223+136+80=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8850 is #2077AF. Grayscale: #9B9B9B. Windows color (decimal): -2127792 or 5277919. OLE color: 5277919.

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

Color convert

RGB 223 136 80 -
CMYK 0 0.39 0.64 0.13
HSL 23.5º 0.69% 0.59% -
HSV(B) 23.5º 0.64% 0.87% -
XYZ 40.68 33.88 11.98 -
YUV 155.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 223 136 80 0 0.39 0.64 0.13 23.5 0.69 0.59
Hex DF 88 50 0 27 40 D 17 45 3B
Octal 337 210 120 0 47 100 15 27 105 73
Binary 11011111 10001000 1010000 0 100111 1000000 1101 10111 1000101 111011

Color Harmonies of #DF8850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8850

Black with #DF8850

Text Example


Text Example

White with #DF8850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8850; }

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

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

background-color css

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

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

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

border-color css

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

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

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