Html Css Color HEX #DD5E44 Flamingo

📋 copy color: '#DD5E44'

red 221 ◦ green 94 ◦ blue 68

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

Shades of Flamingo #DD5E44

Tints of Flamingo #DD5E44

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 57.7%
G = 24.54%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD5E44 (or 0xDD5E44) is known color: Flamingo. HEX triplet: DD, 5E and 44. RGB value is (221,94,68). Sum of RGB (Red+Green+Blue) = 221+94+68=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E44 is #22A1BB. Grayscale: #818181. Windows color (decimal): -2269628 or 4480733. OLE color: 4480733.

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

Color convert

RGB 221 94 68 -
CMYK 0 0.57 0.69 0.13
HSL 10.2º 0.69% 0.57% -
HSV(B) 10.2º 0.69% 0.87% -
XYZ 34.86 23.79 8.22 -
YUV 129.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 221 94 68 0 0.57 0.69 0.13 10.2 0.69 0.57
Hex DD 5E 44 0 39 45 D A 45 39
Octal 335 136 104 0 71 105 15 12 105 71
Binary 11011101 1011110 1000100 0 111001 1000101 1101 1010 1000101 111001

Color Harmonies of #DD5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E44

Black with #DD5E44

Text Example


Text Example

White with #DD5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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