Html Css Color HEX #DF864D Flamenco

📋 copy color: '#DF864D'

red 223 ◦ green 134 ◦ blue 77

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

Shades of Flamenco #DF864D

Tints of Flamenco #DF864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 51.38%
G = 30.88%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF864D (or 0xDF864D) is known color: Flamenco. HEX triplet: DF, 86 and 4D. RGB value is (223,134,77). Sum of RGB (Red+Green+Blue) = 223+134+77=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF864D is #2079B2. Grayscale: #9A9A9A. Windows color (decimal): -2128307 or 5080799. OLE color: 5080799.

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

Color convert

RGB 223 134 77 -
CMYK 0 0.40 0.65 0.13
HSL 23.42º 0.7% 0.59% -
HSV(B) 23.42º 0.65% 0.87% -
XYZ 40.3 33.27 11.32 -
YUV 154.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 223 134 77 0 0.40 0.65 0.13 23.42 0.7 0.59
Hex DF 86 4D 0 28 41 D 17 46 3B
Octal 337 206 115 0 50 101 15 27 106 73
Binary 11011111 10000110 1001101 0 101000 1000001 1101 10111 1000110 111011

Color Harmonies of #DF864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF864D

Black with #DF864D

Text Example


Text Example

White with #DF864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF864D; }

 p { color: rgb(223,134,77); }

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

background-color css

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

 a { background-color: rgb(223,134,77); }

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

border-color css

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

 span { border-color: rgb(223,134,77); }

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