Html Css Color HEX #DF6549 Flamingo

📋 copy color: '#DF6549'

red 223 ◦ green 101 ◦ blue 73

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

Shades of Flamingo #DF6549

Tints of Flamingo #DF6549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 56.17%
G = 25.44%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF6549 (or 0xDF6549) is known color: Flamingo. HEX triplet: DF, 65 and 49. RGB value is (223,101,73). Sum of RGB (Red+Green+Blue) = 223+101+73=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6549 is #209AB6. Grayscale: #868686. Windows color (decimal): -2136759 or 4810207. OLE color: 4810207.

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

Color convert

RGB 223 101 73 -
CMYK 0 0.55 0.67 0.13
HSL 11.2º 0.7% 0.58% -
HSV(B) 11.2º 0.67% 0.87% -
XYZ 36.29 25.48 9.31 -
YUV 134.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 223 101 73 0 0.55 0.67 0.13 11.2 0.7 0.58
Hex DF 65 49 0 37 43 D B 46 3A
Octal 337 145 111 0 67 103 15 13 106 72
Binary 11011111 1100101 1001001 0 110111 1000011 1101 1011 1000110 111010

Color Harmonies of #DF6549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6549

Black with #DF6549

Text Example


Text Example

White with #DF6549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6549; }

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

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

background-color css

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

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

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

border-color css

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

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

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