Html Css Color HEX #DF6749 Flamingo

📋 copy color: '#DF6749'

red 223 ◦ green 103 ◦ blue 73

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

Shades of Flamingo #DF6749

Tints of Flamingo #DF6749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

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

R = 55.89%
G = 25.81%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF6749 (or 0xDF6749) is known color: Flamingo. HEX triplet: DF, 67 and 49. RGB value is (223,103,73). Sum of RGB (Red+Green+Blue) = 223+103+73=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6749 is #2098B6. Grayscale: #878787. Windows color (decimal): -2136247 or 4810719. OLE color: 4810719.

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

Color convert

RGB 223 103 73 -
CMYK 0 0.54 0.67 0.13
HSL 12º 0.7% 0.58% -
HSV(B) 12º 0.67% 0.87% -
XYZ 36.48 25.87 9.37 -
YUV 135.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 223 103 73 0 0.54 0.67 0.13 12 0.7 0.58
Hex DF 67 49 0 36 43 D C 46 3A
Octal 337 147 111 0 66 103 15 14 106 72
Binary 11011111 1100111 1001001 0 110110 1000011 1101 1100 1000110 111010

Color Harmonies of #DF6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6749

Black with #DF6749

Text Example


Text Example

White with #DF6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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