Html Css Color HEX #DC5F53 Flamingo

📋 copy color: '#DC5F53'

red 220 ◦ green 95 ◦ blue 83

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

Shades of Flamingo #DC5F53

Tints of Flamingo #DC5F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.85%

R = 55.28%
G = 23.87%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5F53 (or 0xDC5F53) is known color: Flamingo. HEX triplet: DC, 5F and 53. RGB value is (220,95,83). Sum of RGB (Red+Green+Blue) = 220+95+83=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F53 is #23A0AC. Grayscale: #838383. Windows color (decimal): -2334893 or 5464028. OLE color: 5464028.

HSL color Cylindrical-coordinate representation of color #DC5F53: hue angle of 5.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5F53 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 83 -
CMYK 0 0.57 0.62 0.14
HSL 5.26º 0.66% 0.59% -
HSV(B) 5.26º 0.62% 0.86% -
XYZ 35.17 24.02 10.97 -
YUV 131.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 220 95 83 0 0.57 0.62 0.14 5.26 0.66 0.59
Hex DC 5F 53 0 39 3E E 5 42 3B
Octal 334 137 123 0 71 76 16 5 102 73
Binary 11011100 1011111 1010011 0 111001 111110 1110 101 1000010 111011

Color Harmonies of #DC5F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F53

Black with #DC5F53

Text Example


Text Example

White with #DC5F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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