Html Css Color HEX #DF6346 Flamingo

📋 copy color: '#DF6346'

red 223 ◦ green 99 ◦ blue 70

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

Shades of Flamingo #DF6346

Tints of Flamingo #DF6346

RGB

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

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

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

R = 56.89%
G = 25.26%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF6346 (or 0xDF6346) is known color: Flamingo. HEX triplet: DF, 63 and 46. RGB value is (223,99,70). Sum of RGB (Red+Green+Blue) = 223+99+70=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6346 is #209CB9. Grayscale: #858585. Windows color (decimal): -2137274 or 4613087. OLE color: 4613087.

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

Color convert

RGB 223 99 70 -
CMYK 0 0.56 0.69 0.13
HSL 11.37º 0.71% 0.57% -
HSV(B) 11.37º 0.69% 0.87% -
XYZ 36 25.05 8.73 -
YUV 132.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 223 99 70 0 0.56 0.69 0.13 11.37 0.71 0.57
Hex DF 63 46 0 38 45 D B 47 39
Octal 337 143 106 0 70 105 15 13 107 71
Binary 11011111 1100011 1000110 0 111000 1000101 1101 1011 1000111 111001

Color Harmonies of #DF6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6346

Black with #DF6346

Text Example


Text Example

White with #DF6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6346; }

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

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

background-color css

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

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

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

border-color css

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

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

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