Html Css Color HEX #DF8646 Flamenco

📋 copy color: '#DF8646'

red 223 ◦ green 134 ◦ blue 70

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

Shades of Flamenco #DF8646

Tints of Flamenco #DF8646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 52.22%
G = 31.38%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF8646 (or 0xDF8646) is known color: Flamenco. HEX triplet: DF, 86 and 46. RGB value is (223,134,70). Sum of RGB (Red+Green+Blue) = 223+134+70=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8646 is #2079B9. Grayscale: #999999. Windows color (decimal): -2128314 or 4622047. OLE color: 4622047.

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

Color convert

RGB 223 134 70 -
CMYK 0 0.40 0.69 0.13
HSL 25.1º 0.71% 0.57% -
HSV(B) 25.1º 0.69% 0.87% -
XYZ 40.06 33.18 10.09 -
YUV 153.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 223 134 70 0 0.40 0.69 0.13 25.1 0.71 0.57
Hex DF 86 46 0 28 45 D 19 47 39
Octal 337 206 106 0 50 105 15 31 107 71
Binary 11011111 10000110 1000110 0 101000 1000101 1101 11001 1000111 111001

Color Harmonies of #DF8646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8646

Black with #DF8646

Text Example


Text Example

White with #DF8646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8646; }

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

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

background-color css

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

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

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

border-color css

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

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

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