Html Css Color HEX #DD6449 Flamingo

📋 copy color: '#DD6449'

red 221 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #DD6449

Tints of Flamingo #DD6449

RGB

 RED value IS 221 (86.72% from 255) = 56.09%

 GREEN value IS 100 (39.45% from 255) = 25.38%

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

R = 56.09%
G = 25.38%
B = 18.53%

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

#DD6449 (or 0xDD6449) is known color: Flamingo. HEX triplet: DD, 64 and 49. RGB value is (221,100,73). Sum of RGB (Red+Green+Blue) = 221+100+73=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6449 is #229BB6. Grayscale: #858585. Windows color (decimal): -2268087 or 4809949. OLE color: 4809949.

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

Color convert

RGB 221 100 73 -
CMYK 0 0.55 0.67 0.13
HSL 10.95º 0.69% 0.58% -
HSV(B) 10.95º 0.67% 0.87% -
XYZ 35.58 24.97 9.25 -
YUV 133.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 221 100 73 0 0.55 0.67 0.13 10.95 0.69 0.58
Hex DD 64 49 0 37 43 D B 45 3A
Octal 335 144 111 0 67 103 15 13 105 72
Binary 11011101 1100100 1001001 0 110111 1000011 1101 1011 1000101 111010

Color Harmonies of #DD6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6449

Black with #DD6449

Text Example


Text Example

White with #DD6449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6449; }

 p { color: rgb(221,100,73); }

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

background-color css

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

 a { background-color: rgb(221,100,73); }

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

border-color css

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

 span { border-color: rgb(221,100,73); }

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