Html Css Color HEX #DF8648 Flamenco

📋 copy color: '#DF8648'

red 223 ◦ green 134 ◦ blue 72

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

Shades of Flamenco #DF8648

Tints of Flamenco #DF8648

RGB

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

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

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

R = 51.98%
G = 31.24%
B = 16.78%

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

#DF8648 (or 0xDF8648) is known color: Flamenco. HEX triplet: DF, 86 and 48. RGB value is (223,134,72). Sum of RGB (Red+Green+Blue) = 223+134+72=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8648 is #2079B7. Grayscale: #999999. Windows color (decimal): -2128312 or 4753119. OLE color: 4753119.

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

Color convert

RGB 223 134 72 -
CMYK 0 0.40 0.68 0.13
HSL 24.64º 0.7% 0.58% -
HSV(B) 24.64º 0.68% 0.87% -
XYZ 40.13 33.21 10.43 -
YUV 153.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 223 134 72 0 0.40 0.68 0.13 24.64 0.7 0.58
Hex DF 86 48 0 28 44 D 19 46 3A
Octal 337 206 110 0 50 104 15 31 106 72
Binary 11011111 10000110 1001000 0 101000 1000100 1101 11001 1000110 111010

Color Harmonies of #DF8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8648

Black with #DF8648

Text Example


Text Example

White with #DF8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8648; }

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

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

background-color css

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

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

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

border-color css

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

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

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