Html Css Color HEX #DF8949 Flamenco

📋 copy color: '#DF8949'

red 223 ◦ green 137 ◦ blue 73

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

Shades of Flamenco #DF8949

Tints of Flamenco #DF8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

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

R = 51.5%
G = 31.64%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF8949 (or 0xDF8949) is known color: Flamenco. HEX triplet: DF, 89 and 49. RGB value is (223,137,73). Sum of RGB (Red+Green+Blue) = 223+137+73=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8949 is #2076B6. Grayscale: #9B9B9B. Windows color (decimal): -2127543 or 4819423. OLE color: 4819423.

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

Color convert

RGB 223 137 73 -
CMYK 0 0.39 0.67 0.13
HSL 25.6º 0.7% 0.58% -
HSV(B) 25.6º 0.67% 0.87% -
XYZ 40.58 34.06 10.74 -
YUV 155.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 223 137 73 0 0.39 0.67 0.13 25.6 0.7 0.58
Hex DF 89 49 0 27 43 D 1A 46 3A
Octal 337 211 111 0 47 103 15 32 106 72
Binary 11011111 10001001 1001001 0 100111 1000011 1101 11010 1000110 111010

Color Harmonies of #DF8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8949

Black with #DF8949

Text Example


Text Example

White with #DF8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8949; }

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

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

background-color css

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

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

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

border-color css

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

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

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