Html Css Color HEX #DD5F43 Flamingo

📋 copy color: '#DD5F43'

red 221 ◦ green 95 ◦ blue 67

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

Shades of Flamingo #DD5F43

Tints of Flamingo #DD5F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 57.7%
G = 24.8%
B = 17.49%

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

#DD5F43 (or 0xDD5F43) is known color: Flamingo. HEX triplet: DD, 5F and 43. RGB value is (221,95,67). Sum of RGB (Red+Green+Blue) = 221+95+67=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5F43 is #22A0BC. Grayscale: #818181. Windows color (decimal): -2269373 or 4415453. OLE color: 4415453.

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

Color convert

RGB 221 95 67 -
CMYK 0 0.57 0.70 0.13
HSL 10.91º 0.69% 0.56% -
HSV(B) 10.91º 0.7% 0.87% -
XYZ 34.92 23.96 8.09 -
YUV 129.48 92.74 193.28 -
System Red Green Blue C M Y K H S L
Decimal 221 95 67 0 0.57 0.70 0.13 10.91 0.69 0.56
Hex DD 5F 43 0 39 46 D B 45 38
Octal 335 137 103 0 71 106 15 13 105 70
Binary 11011101 1011111 1000011 0 111001 1000110 1101 1011 1000101 111000

Color Harmonies of #DD5F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F43

Black with #DD5F43

Text Example


Text Example

White with #DD5F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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