Html Css Color HEX #DF6349 Flamingo

📋 copy color: '#DF6349'

red 223 ◦ green 99 ◦ blue 73

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

Shades of Flamingo #DF6349

Tints of Flamingo #DF6349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.06%

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 56.46%
G = 25.06%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF6349 (or 0xDF6349) is known color: Flamingo. HEX triplet: DF, 63 and 49. RGB value is (223,99,73). Sum of RGB (Red+Green+Blue) = 223+99+73=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6349 is #209CB6. Grayscale: #858585. Windows color (decimal): -2137271 or 4809695. OLE color: 4809695.

HSL color Cylindrical-coordinate representation of color #DF6349: hue angle of 10.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF6349 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 73 -
CMYK 0 0.56 0.67 0.13
HSL 10.4º 0.7% 0.58% -
HSV(B) 10.4º 0.67% 0.87% -
XYZ 36.1 25.09 9.24 -
YUV 133.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 223 99 73 0 0.56 0.67 0.13 10.4 0.7 0.58
Hex DF 63 49 0 38 43 D A 46 3A
Octal 337 143 111 0 70 103 15 12 106 72
Binary 11011111 1100011 1001001 0 111000 1000011 1101 1010 1000110 111010

Color Harmonies of #DF6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6349

Black with #DF6349

Text Example


Text Example

White with #DF6349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6349; }

 p { color: rgb(223,99,73); }

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

background-color css

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

 a { background-color: rgb(223,99,73); }

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

border-color css

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

 span { border-color: rgb(223,99,73); }

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