Html Css Color HEX #DC5F41 Flamingo

📋 copy color: '#DC5F41'

red 220 ◦ green 95 ◦ blue 65

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

Shades of Flamingo #DC5F41

Tints of Flamingo #DC5F41

RGB

 RED value IS 220 (86.33% from 255) = 57.89%

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 57.89%
G = 25%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC5F41 (or 0xDC5F41) is known color: Flamingo. HEX triplet: DC, 5F and 41. RGB value is (220,95,65). Sum of RGB (Red+Green+Blue) = 220+95+65=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F41 is #23A0BE. Grayscale: #818181. Windows color (decimal): -2334911 or 4284380. OLE color: 4284380.

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

Color convert

RGB 220 95 65 -
CMYK 0 0.57 0.70 0.14
HSL 11.61º 0.69% 0.56% -
HSV(B) 11.61º 0.7% 0.86% -
XYZ 34.56 23.78 7.77 -
YUV 128.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 220 95 65 0 0.57 0.70 0.14 11.61 0.69 0.56
Hex DC 5F 41 0 39 46 E C 45 38
Octal 334 137 101 0 71 106 16 14 105 70
Binary 11011100 1011111 1000001 0 111001 1000110 1110 1100 1000101 111000

Color Harmonies of #DC5F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F41

Black with #DC5F41

Text Example


Text Example

White with #DC5F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F41; }

 p { color: rgb(220,95,65); }

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

background-color css

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

 a { background-color: rgb(220,95,65); }

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

border-color css

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

 span { border-color: rgb(220,95,65); }

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