Html Css Color HEX #DF6149 Flamingo

📋 copy color: '#DF6149'

red 223 ◦ green 97 ◦ blue 73

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

Shades of Flamingo #DF6149

Tints of Flamingo #DF6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

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

R = 56.74%
G = 24.68%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF6149 (or 0xDF6149) is known color: Flamingo. HEX triplet: DF, 61 and 49. RGB value is (223,97,73). Sum of RGB (Red+Green+Blue) = 223+97+73=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6149 is #209EB6. Grayscale: #848484. Windows color (decimal): -2137783 or 4809183. OLE color: 4809183.

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

Color convert

RGB 223 97 73 -
CMYK 0 0.57 0.67 0.13
HSL 9.6º 0.7% 0.58% -
HSV(B) 9.6º 0.67% 0.87% -
XYZ 35.91 24.72 9.18 -
YUV 131.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 223 97 73 0 0.57 0.67 0.13 9.6 0.7 0.58
Hex DF 61 49 0 39 43 D A 46 3A
Octal 337 141 111 0 71 103 15 12 106 72
Binary 11011111 1100001 1001001 0 111001 1000011 1101 1010 1000110 111010

Color Harmonies of #DF6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6149

Black with #DF6149

Text Example


Text Example

White with #DF6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6149; }

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

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

background-color css

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

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

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

border-color css

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

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

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