Html Css Color HEX #DF6446 Flamingo

📋 copy color: '#DF6446'

red 223 ◦ green 100 ◦ blue 70

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

Shades of Flamingo #DF6446

Tints of Flamingo #DF6446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 56.74%
G = 25.45%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF6446 (or 0xDF6446) is known color: Flamingo. HEX triplet: DF, 64 and 46. RGB value is (223,100,70). Sum of RGB (Red+Green+Blue) = 223+100+70=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6446 is #209BB9. Grayscale: #858585. Windows color (decimal): -2137018 or 4613343. OLE color: 4613343.

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

Color convert

RGB 223 100 70 -
CMYK 0 0.55 0.69 0.13
HSL 11.76º 0.71% 0.57% -
HSV(B) 11.76º 0.69% 0.87% -
XYZ 36.09 25.24 8.76 -
YUV 133.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 223 100 70 0 0.55 0.69 0.13 11.76 0.71 0.57
Hex DF 64 46 0 37 45 D C 47 39
Octal 337 144 106 0 67 105 15 14 107 71
Binary 11011111 1100100 1000110 0 110111 1000101 1101 1100 1000111 111001

Color Harmonies of #DF6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6446

Black with #DF6446

Text Example


Text Example

White with #DF6446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6446; }

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

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

background-color css

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

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

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

border-color css

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

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

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