Html Css Color HEX #DD5E42 Flamingo

📋 copy color: '#DD5E42'

red 221 ◦ green 94 ◦ blue 66

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

Shades of Flamingo #DD5E42

Tints of Flamingo #DD5E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.32%

R = 58.01%
G = 24.67%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD5E42 (or 0xDD5E42) is known color: Flamingo. HEX triplet: DD, 5E and 42. RGB value is (221,94,66). Sum of RGB (Red+Green+Blue) = 221+94+66=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E42 is #22A1BD. Grayscale: #818181. Windows color (decimal): -2269630 or 4349661. OLE color: 4349661.

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

Color convert

RGB 221 94 66 -
CMYK 0 0.57 0.70 0.13
HSL 10.84º 0.7% 0.56% -
HSV(B) 10.84º 0.7% 0.87% -
XYZ 34.8 23.77 7.91 -
YUV 128.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 221 94 66 0 0.57 0.70 0.13 10.84 0.7 0.56
Hex DD 5E 42 0 39 46 D B 46 38
Octal 335 136 102 0 71 106 15 13 106 70
Binary 11011101 1011110 1000010 0 111001 1000110 1101 1011 1000110 111000

Color Harmonies of #DD5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E42

Black with #DD5E42

Text Example


Text Example

White with #DD5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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