Html Css Color HEX #DF864B Flamenco

📋 copy color: '#DF864B'

red 223 ◦ green 134 ◦ blue 75

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

Shades of Flamenco #DF864B

Tints of Flamenco #DF864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 51.62%
G = 31.02%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF864B (or 0xDF864B) is known color: Flamenco. HEX triplet: DF, 86 and 4B. RGB value is (223,134,75). Sum of RGB (Red+Green+Blue) = 223+134+75=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF864B is #2079B4. Grayscale: #9A9A9A. Windows color (decimal): -2128309 or 4949727. OLE color: 4949727.

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

Color convert

RGB 223 134 75 -
CMYK 0 0.40 0.66 0.13
HSL 23.92º 0.7% 0.58% -
HSV(B) 23.92º 0.66% 0.87% -
XYZ 40.23 33.25 10.95 -
YUV 153.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 223 134 75 0 0.40 0.66 0.13 23.92 0.7 0.58
Hex DF 86 4B 0 28 42 D 18 46 3A
Octal 337 206 113 0 50 102 15 30 106 72
Binary 11011111 10000110 1001011 0 101000 1000010 1101 11000 1000110 111010

Color Harmonies of #DF864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF864B

Black with #DF864B

Text Example


Text Example

White with #DF864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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