Html Css Color HEX #DF8449 Flamenco

📋 copy color: '#DF8449'

red 223 ◦ green 132 ◦ blue 73

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

Shades of Flamenco #DF8449

Tints of Flamenco #DF8449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.84%

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

R = 52.1%
G = 30.84%
B = 17.06%

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

#DF8449 (or 0xDF8449) is known color: Flamenco. HEX triplet: DF, 84 and 49. RGB value is (223,132,73). Sum of RGB (Red+Green+Blue) = 223+132+73=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8449 is #207BB6. Grayscale: #989898. Windows color (decimal): -2128823 or 4818143. OLE color: 4818143.

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

Color convert

RGB 223 132 73 -
CMYK 0 0.41 0.67 0.13
HSL 23.6º 0.7% 0.58% -
HSV(B) 23.6º 0.67% 0.87% -
XYZ 39.89 32.67 10.51 -
YUV 152.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 223 132 73 0 0.41 0.67 0.13 23.6 0.7 0.58
Hex DF 84 49 0 29 43 D 18 46 3A
Octal 337 204 111 0 51 103 15 30 106 72
Binary 11011111 10000100 1001001 0 101001 1000011 1101 11000 1000110 111010

Color Harmonies of #DF8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8449

Black with #DF8449

Text Example


Text Example

White with #DF8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8449; }

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

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

background-color css

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

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

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

border-color css

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

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

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