Html Css Color HEX #DD6749 Flamingo

📋 copy color: '#DD6749'

red 221 ◦ green 103 ◦ blue 73

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

Shades of Flamingo #DD6749

Tints of Flamingo #DD6749

RGB

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

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

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

R = 55.67%
G = 25.94%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6749 (or 0xDD6749) is known color: Flamingo. HEX triplet: DD, 67 and 49. RGB value is (221,103,73). Sum of RGB (Red+Green+Blue) = 221+103+73=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6749 is #2298B6. Grayscale: #878787. Windows color (decimal): -2267319 or 4810717. OLE color: 4810717.

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

Color convert

RGB 221 103 73 -
CMYK 0 0.53 0.67 0.13
HSL 12.16º 0.69% 0.58% -
HSV(B) 12.16º 0.67% 0.87% -
XYZ 35.87 25.55 9.35 -
YUV 134.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 221 103 73 0 0.53 0.67 0.13 12.16 0.69 0.58
Hex DD 67 49 0 35 43 D C 45 3A
Octal 335 147 111 0 65 103 15 14 105 72
Binary 11011101 1100111 1001001 0 110101 1000011 1101 1100 1000101 111010

Color Harmonies of #DD6749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6749

Black with #DD6749

Text Example


Text Example

White with #DD6749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6749; }

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

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

background-color css

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

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

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

border-color css

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

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

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