Html Css Color HEX #DF8848 Flamenco

📋 copy color: '#DF8848'

red 223 ◦ green 136 ◦ blue 72

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

Shades of Flamenco #DF8848

Tints of Flamenco #DF8848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

 BLUE value IS 72 (28.52% from 255) = 16.71%

R = 51.74%
G = 31.55%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF8848 (or 0xDF8848) is known color: Flamenco. HEX triplet: DF, 88 and 48. RGB value is (223,136,72). Sum of RGB (Red+Green+Blue) = 223+136+72=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8848 is #2077B7. Grayscale: #9B9B9B. Windows color (decimal): -2127800 or 4753631. OLE color: 4753631.

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

Color convert

RGB 223 136 72 -
CMYK 0 0.39 0.68 0.13
HSL 25.43º 0.7% 0.58% -
HSV(B) 25.43º 0.68% 0.87% -
XYZ 40.41 33.76 10.52 -
YUV 154.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 223 136 72 0 0.39 0.68 0.13 25.43 0.7 0.58
Hex DF 88 48 0 27 44 D 19 46 3A
Octal 337 210 110 0 47 104 15 31 106 72
Binary 11011111 10001000 1001000 0 100111 1000100 1101 11001 1000110 111010

Color Harmonies of #DF8848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8848

Black with #DF8848

Text Example


Text Example

White with #DF8848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8848; }

 p { color: rgb(223,136,72); }

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

background-color css

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

 a { background-color: rgb(223,136,72); }

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

border-color css

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

 span { border-color: rgb(223,136,72); }

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