Html Css Color HEX #DD5F42 Flamingo

📋 copy color: '#DD5F42'

red 221 ◦ green 95 ◦ blue 66

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

Shades of Flamingo #DD5F42

Tints of Flamingo #DD5F42

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.87%

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

R = 57.85%
G = 24.87%
B = 17.28%

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

#DD5F42 (or 0xDD5F42) is known color: Flamingo. HEX triplet: DD, 5F and 42. RGB value is (221,95,66). Sum of RGB (Red+Green+Blue) = 221+95+66=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F42 is #22A0BD. Grayscale: #818181. Windows color (decimal): -2269374 or 4349917. OLE color: 4349917.

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

Color convert

RGB 221 95 66 -
CMYK 0 0.57 0.70 0.13
HSL 11.23º 0.7% 0.56% -
HSV(B) 11.23º 0.7% 0.87% -
XYZ 34.89 23.95 7.94 -
YUV 129.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 221 95 66 0 0.57 0.70 0.13 11.23 0.7 0.56
Hex DD 5F 42 0 39 46 D B 46 38
Octal 335 137 102 0 71 106 15 13 106 70
Binary 11011101 1011111 1000010 0 111001 1000110 1101 1011 1000110 111000

Color Harmonies of #DD5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F42

Black with #DD5F42

Text Example


Text Example

White with #DD5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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