Html Css Color HEX #DF5946 Flamingo

📋 copy color: '#DF5946'

red 223 ◦ green 89 ◦ blue 70

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

Shades of Flamingo #DF5946

Tints of Flamingo #DF5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

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

R = 58.38%
G = 23.3%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DF5946 (or 0xDF5946) is known color: Flamingo. HEX triplet: DF, 59 and 46. RGB value is (223,89,70). Sum of RGB (Red+Green+Blue) = 223+89+70=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5946 is #20A6B9. Grayscale: #7F7F7F. Windows color (decimal): -2139834 or 4610527. OLE color: 4610527.

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

Color convert

RGB 223 89 70 -
CMYK 0 0.60 0.69 0.13
HSL 7.45º 0.71% 0.57% -
HSV(B) 7.45º 0.69% 0.87% -
XYZ 35.11 23.27 8.44 -
YUV 126.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 223 89 70 0 0.60 0.69 0.13 7.45 0.71 0.57
Hex DF 59 46 0 3C 45 D 7 47 39
Octal 337 131 106 0 74 105 15 7 107 71
Binary 11011111 1011001 1000110 0 111100 1000101 1101 111 1000111 111001

Color Harmonies of #DF5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5946

Black with #DF5946

Text Example


Text Example

White with #DF5946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5946; }

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

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

background-color css

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

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

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

border-color css

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

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

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