Html Css Color HEX #DF8348 Flamenco

📋 copy color: '#DF8348'

red 223 ◦ green 131 ◦ blue 72

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

Shades of Flamenco #DF8348

Tints of Flamenco #DF8348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.75%

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

R = 52.35%
G = 30.75%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF8348 (or 0xDF8348) is known color: Flamenco. HEX triplet: DF, 83 and 48. RGB value is (223,131,72). Sum of RGB (Red+Green+Blue) = 223+131+72=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8348 is #207CB7. Grayscale: #989898. Windows color (decimal): -2129080 or 4752351. OLE color: 4752351.

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

Color convert

RGB 223 131 72 -
CMYK 0 0.41 0.68 0.13
HSL 23.44º 0.7% 0.58% -
HSV(B) 23.44º 0.68% 0.87% -
XYZ 39.72 32.39 10.29 -
YUV 151.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 223 131 72 0 0.41 0.68 0.13 23.44 0.7 0.58
Hex DF 83 48 0 29 44 D 17 46 3A
Octal 337 203 110 0 51 104 15 27 106 72
Binary 11011111 10000011 1001000 0 101001 1000100 1101 10111 1000110 111010

Color Harmonies of #DF8348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8348

Black with #DF8348

Text Example


Text Example

White with #DF8348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8348; }

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

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

background-color css

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

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

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

border-color css

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

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

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