Html Css Color HEX #DF8349 Flamenco

📋 copy color: '#DF8349'

red 223 ◦ green 131 ◦ blue 73

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

Shades of Flamenco #DF8349

Tints of Flamenco #DF8349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

 BLUE value IS 73 (28.91% from 255) = 17.1%

R = 52.22%
G = 30.68%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF8349 (or 0xDF8349) is known color: Flamenco. HEX triplet: DF, 83 and 49. RGB value is (223,131,73). Sum of RGB (Red+Green+Blue) = 223+131+73=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8349 is #207CB6. Grayscale: #989898. Windows color (decimal): -2129079 or 4817887. OLE color: 4817887.

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

Color convert

RGB 223 131 73 -
CMYK 0 0.41 0.67 0.13
HSL 23.2º 0.7% 0.58% -
HSV(B) 23.2º 0.67% 0.87% -
XYZ 39.75 32.4 10.46 -
YUV 151.9 83.48 178.72 -
System Red Green Blue C M Y K H S L
Decimal 223 131 73 0 0.41 0.67 0.13 23.2 0.7 0.58
Hex DF 83 49 0 29 43 D 17 46 3A
Octal 337 203 111 0 51 103 15 27 106 72
Binary 11011111 10000011 1001001 0 101001 1000011 1101 10111 1000110 111010

Color Harmonies of #DF8349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8349

Black with #DF8349

Text Example


Text Example

White with #DF8349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8349; }

 p { color: rgb(223,131,73); }

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

background-color css

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

 a { background-color: rgb(223,131,73); }

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

border-color css

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

 span { border-color: rgb(223,131,73); }

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