Html Css Color HEX #DD6647 Flamingo

📋 copy color: '#DD6647'

red 221 ◦ green 102 ◦ blue 71

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

Shades of Flamingo #DD6647

Tints of Flamingo #DD6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.89%

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 56.09%
G = 25.89%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD6647 (or 0xDD6647) is known color: Flamingo. HEX triplet: DD, 66 and 47. RGB value is (221,102,71). Sum of RGB (Red+Green+Blue) = 221+102+71=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6647 is #2299B8. Grayscale: #868686. Windows color (decimal): -2267577 or 4679389. OLE color: 4679389.

HSL color Cylindrical-coordinate representation of color #DD6647: hue angle of 12.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD6647 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 71 -
CMYK 0 0.54 0.68 0.13
HSL 12.4º 0.69% 0.57% -
HSV(B) 12.4º 0.68% 0.87% -
XYZ 35.71 25.33 8.97 -
YUV 134.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 221 102 71 0 0.54 0.68 0.13 12.4 0.69 0.57
Hex DD 66 47 0 36 44 D C 45 39
Octal 335 146 107 0 66 104 15 14 105 71
Binary 11011101 1100110 1000111 0 110110 1000100 1101 1100 1000101 111001

Color Harmonies of #DD6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6647

Black with #DD6647

Text Example


Text Example

White with #DD6647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6647; }

 p { color: rgb(221,102,71); }

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

background-color css

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

 a { background-color: rgb(221,102,71); }

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

border-color css

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

 span { border-color: rgb(221,102,71); }

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