Html Css Color HEX #DD6349 Flamingo

📋 copy color: '#DD6349'

red 221 ◦ green 99 ◦ blue 73

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

Shades of Flamingo #DD6349

Tints of Flamingo #DD6349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

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

R = 56.23%
G = 25.19%
B = 18.58%

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

#DD6349 (or 0xDD6349) is known color: Flamingo. HEX triplet: DD, 63 and 49. RGB value is (221,99,73). Sum of RGB (Red+Green+Blue) = 221+99+73=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6349 is #229CB6. Grayscale: #848484. Windows color (decimal): -2268343 or 4809693. OLE color: 4809693.

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

Color convert

RGB 221 99 73 -
CMYK 0 0.55 0.67 0.13
HSL 10.54º 0.69% 0.58% -
HSV(B) 10.54º 0.67% 0.87% -
XYZ 35.48 24.78 9.22 -
YUV 132.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 221 99 73 0 0.55 0.67 0.13 10.54 0.69 0.58
Hex DD 63 49 0 37 43 D B 45 3A
Octal 335 143 111 0 67 103 15 13 105 72
Binary 11011101 1100011 1001001 0 110111 1000011 1101 1011 1000101 111010

Color Harmonies of #DD6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6349

Black with #DD6349

Text Example


Text Example

White with #DD6349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6349; }

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

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

background-color css

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

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

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

border-color css

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

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

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