Html Css Color HEX #DD6444 Flamingo

📋 copy color: '#DD6444'

red 221 ◦ green 100 ◦ blue 68

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

Shades of Flamingo #DD6444

Tints of Flamingo #DD6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 56.81%
G = 25.71%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6444 (or 0xDD6444) is known color: Flamingo. HEX triplet: DD, 64 and 44. RGB value is (221,100,68). Sum of RGB (Red+Green+Blue) = 221+100+68=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6444 is #229BBB. Grayscale: #848484. Windows color (decimal): -2268092 or 4482269. OLE color: 4482269.

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

Color convert

RGB 221 100 68 -
CMYK 0 0.55 0.69 0.13
HSL 12.55º 0.69% 0.57% -
HSV(B) 12.55º 0.69% 0.87% -
XYZ 35.42 24.9 8.41 -
YUV 132.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 221 100 68 0 0.55 0.69 0.13 12.55 0.69 0.57
Hex DD 64 44 0 37 45 D D 45 39
Octal 335 144 104 0 67 105 15 15 105 71
Binary 11011101 1100100 1000100 0 110111 1000101 1101 1101 1000101 111001

Color Harmonies of #DD6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6444

Black with #DD6444

Text Example


Text Example

White with #DD6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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