Html Css Color HEX #DC5F4F Flamingo

📋 copy color: '#DC5F4F'

red 220 ◦ green 95 ◦ blue 79

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

Shades of Flamingo #DC5F4F

Tints of Flamingo #DC5F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 55.84%
G = 24.11%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC5F4F (or 0xDC5F4F) is known color: Flamingo. HEX triplet: DC, 5F and 4F. RGB value is (220,95,79). Sum of RGB (Red+Green+Blue) = 220+95+79=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F4F is #23A0B0. Grayscale: #828282. Windows color (decimal): -2334897 or 5201884. OLE color: 5201884.

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

Color convert

RGB 220 95 79 -
CMYK 0 0.57 0.64 0.14
HSL 6.81º 0.67% 0.59% -
HSV(B) 6.81º 0.64% 0.86% -
XYZ 35.02 23.96 10.18 -
YUV 130.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 220 95 79 0 0.57 0.64 0.14 6.81 0.67 0.59
Hex DC 5F 4F 0 39 40 E 7 43 3B
Octal 334 137 117 0 71 100 16 7 103 73
Binary 11011100 1011111 1001111 0 111001 1000000 1110 111 1000011 111011

Color Harmonies of #DC5F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F4F

Black with #DC5F4F

Text Example


Text Example

White with #DC5F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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