Html Css Color HEX #DF8548 Flamenco

📋 copy color: '#DF8548'

red 223 ◦ green 133 ◦ blue 72

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

Shades of Flamenco #DF8548

Tints of Flamenco #DF8548

RGB

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

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

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

R = 52.1%
G = 31.07%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF8548 (or 0xDF8548) is known color: Flamenco. HEX triplet: DF, 85 and 48. RGB value is (223,133,72). Sum of RGB (Red+Green+Blue) = 223+133+72=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8548 is #207AB7. Grayscale: #999999. Windows color (decimal): -2128568 or 4752863. OLE color: 4752863.

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

Color convert

RGB 223 133 72 -
CMYK 0 0.40 0.68 0.13
HSL 24.24º 0.7% 0.58% -
HSV(B) 24.24º 0.68% 0.87% -
XYZ 39.99 32.93 10.38 -
YUV 152.96 82.32 177.96 -
System Red Green Blue C M Y K H S L
Decimal 223 133 72 0 0.40 0.68 0.13 24.24 0.7 0.58
Hex DF 85 48 0 28 44 D 18 46 3A
Octal 337 205 110 0 50 104 15 30 106 72
Binary 11011111 10000101 1001000 0 101000 1000100 1101 11000 1000110 111010

Color Harmonies of #DF8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8548

Black with #DF8548

Text Example


Text Example

White with #DF8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8548; }

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

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

background-color css

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

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

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

border-color css

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

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

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