Html Css Color HEX #DD644D Flamingo

📋 copy color: '#DD644D'

red 221 ◦ green 100 ◦ blue 77

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

Shades of Flamingo #DD644D

Tints of Flamingo #DD644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 55.53%
G = 25.13%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD644D (or 0xDD644D) is known color: Flamingo. HEX triplet: DD, 64 and 4D. RGB value is (221,100,77). Sum of RGB (Red+Green+Blue) = 221+100+77=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD644D is #229BB2. Grayscale: #858585. Windows color (decimal): -2268083 or 5072093. OLE color: 5072093.

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

Color convert

RGB 221 100 77 -
CMYK 0 0.55 0.65 0.13
HSL 9.58º 0.68% 0.58% -
HSV(B) 9.58º 0.65% 0.87% -
XYZ 35.72 25.02 9.97 -
YUV 133.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 221 100 77 0 0.55 0.65 0.13 9.58 0.68 0.58
Hex DD 64 4D 0 37 41 D A 44 3A
Octal 335 144 115 0 67 101 15 12 104 72
Binary 11011101 1100100 1001101 0 110111 1000001 1101 1010 1000100 111010

Color Harmonies of #DD644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD644D

Black with #DD644D

Text Example


Text Example

White with #DD644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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