Html Css Color HEX #DF8549 Flamenco

📋 copy color: '#DF8549'

red 223 ◦ green 133 ◦ blue 73

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

Shades of Flamenco #DF8549

Tints of Flamenco #DF8549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

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

R = 51.98%
G = 31%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF8549 (or 0xDF8549) is known color: Flamenco. HEX triplet: DF, 85 and 49. RGB value is (223,133,73). Sum of RGB (Red+Green+Blue) = 223+133+73=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8549 is #207AB6. Grayscale: #999999. Windows color (decimal): -2128567 or 4818399. OLE color: 4818399.

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

Color convert

RGB 223 133 73 -
CMYK 0 0.40 0.67 0.13
HSL 24º 0.7% 0.58% -
HSV(B) 24º 0.67% 0.87% -
XYZ 40.02 32.94 10.55 -
YUV 153.07 82.82 177.88 -
System Red Green Blue C M Y K H S L
Decimal 223 133 73 0 0.40 0.67 0.13 24 0.7 0.58
Hex DF 85 49 0 28 43 D 18 46 3A
Octal 337 205 111 0 50 103 15 30 106 72
Binary 11011111 10000101 1001001 0 101000 1000011 1101 11000 1000110 111010

Color Harmonies of #DF8549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8549

Black with #DF8549

Text Example


Text Example

White with #DF8549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8549; }

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

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

background-color css

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

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

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

border-color css

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

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

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