Html Css Color HEX #DF8846 Flamenco

📋 copy color: '#DF8846'

red 223 ◦ green 136 ◦ blue 70

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

Shades of Flamenco #DF8846

Tints of Flamenco #DF8846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 51.98%
G = 31.7%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF8846 (or 0xDF8846) is known color: Flamenco. HEX triplet: DF, 88 and 46. RGB value is (223,136,70). Sum of RGB (Red+Green+Blue) = 223+136+70=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8846 is #2077B9. Grayscale: #9A9A9A. Windows color (decimal): -2127802 or 4622559. OLE color: 4622559.

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

Color convert

RGB 223 136 70 -
CMYK 0 0.39 0.69 0.13
HSL 25.88º 0.71% 0.57% -
HSV(B) 25.88º 0.69% 0.87% -
XYZ 40.34 33.74 10.18 -
YUV 154.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 223 136 70 0 0.39 0.69 0.13 25.88 0.71 0.57
Hex DF 88 46 0 27 45 D 1A 47 39
Octal 337 210 106 0 47 105 15 32 107 71
Binary 11011111 10001000 1000110 0 100111 1000101 1101 11010 1000111 111001

Color Harmonies of #DF8846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8846

Black with #DF8846

Text Example


Text Example

White with #DF8846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8846; }

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

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

background-color css

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

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

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

border-color css

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

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

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