Html Css Color HEX #DD644E Flamingo

📋 copy color: '#DD644E'

red 221 ◦ green 100 ◦ blue 78

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

Shades of Flamingo #DD644E

Tints of Flamingo #DD644E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.55%

R = 55.39%
G = 25.06%
B = 19.55%

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

#DD644E (or 0xDD644E) is known color: Flamingo. HEX triplet: DD, 64 and 4E. RGB value is (221,100,78). Sum of RGB (Red+Green+Blue) = 221+100+78=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD644E is #229BB1. Grayscale: #858585. Windows color (decimal): -2268082 or 5137629. OLE color: 5137629.

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

Color convert

RGB 221 100 78 -
CMYK 0 0.55 0.65 0.13
HSL 9.23º 0.68% 0.59% -
HSV(B) 9.23º 0.65% 0.87% -
XYZ 35.75 25.04 10.16 -
YUV 133.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 221 100 78 0 0.55 0.65 0.13 9.23 0.68 0.59
Hex DD 64 4E 0 37 41 D 9 44 3B
Octal 335 144 116 0 67 101 15 11 104 73
Binary 11011101 1100100 1001110 0 110111 1000001 1101 1001 1000100 111011

Color Harmonies of #DD644E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD644E

Black with #DD644E

Text Example


Text Example

White with #DD644E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD644E; }

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

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

background-color css

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

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

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

border-color css

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

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

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