Html Css Color HEX #DF8650 Flamenco

📋 copy color: '#DF8650'

red 223 ◦ green 134 ◦ blue 80

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

Shades of Flamenco #DF8650

Tints of Flamenco #DF8650

RGB

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

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

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

R = 51.03%
G = 30.66%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF8650 (or 0xDF8650) is known color: Flamenco. HEX triplet: DF, 86 and 50. RGB value is (223,134,80). Sum of RGB (Red+Green+Blue) = 223+134+80=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8650 is #2079AF. Grayscale: #9A9A9A. Windows color (decimal): -2128304 or 5277407. OLE color: 5277407.

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

Color convert

RGB 223 134 80 -
CMYK 0 0.40 0.64 0.13
HSL 22.66º 0.69% 0.59% -
HSV(B) 22.66º 0.64% 0.87% -
XYZ 40.4 33.32 11.89 -
YUV 154.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 223 134 80 0 0.40 0.64 0.13 22.66 0.69 0.59
Hex DF 86 50 0 28 40 D 17 45 3B
Octal 337 206 120 0 50 100 15 27 105 73
Binary 11011111 10000110 1010000 0 101000 1000000 1101 10111 1000101 111011

Color Harmonies of #DF8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8650

Black with #DF8650

Text Example


Text Example

White with #DF8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8650; }

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

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

background-color css

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

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

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

border-color css

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

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

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