Html Css Color HEX #DD5C4E Flamingo

📋 copy color: '#DD5C4E'

red 221 ◦ green 92 ◦ blue 78

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

Shades of Flamingo #DD5C4E

Tints of Flamingo #DD5C4E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

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

R = 56.52%
G = 23.53%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD5C4E (or 0xDD5C4E) is known color: Flamingo. HEX triplet: DD, 5C and 4E. RGB value is (221,92,78). Sum of RGB (Red+Green+Blue) = 221+92+78=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C4E is #22A3B1. Grayscale: #818181. Windows color (decimal): -2270130 or 5135581. OLE color: 5135581.

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

Color convert

RGB 221 92 78 -
CMYK 0 0.58 0.65 0.13
HSL 5.87º 0.68% 0.59% -
HSV(B) 5.87º 0.65% 0.87% -
XYZ 35.02 23.58 9.91 -
YUV 128.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 221 92 78 0 0.58 0.65 0.13 5.87 0.68 0.59
Hex DD 5C 4E 0 3A 41 D 6 44 3B
Octal 335 134 116 0 72 101 15 6 104 73
Binary 11011101 1011100 1001110 0 111010 1000001 1101 110 1000100 111011

Color Harmonies of #DD5C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C4E

Black with #DD5C4E

Text Example


Text Example

White with #DD5C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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