Html Css Color HEX #DC5F4A Flamingo

📋 copy color: '#DC5F4A'

red 220 ◦ green 95 ◦ blue 74

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

Shades of Flamingo #DC5F4A

Tints of Flamingo #DC5F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 56.56%
G = 24.42%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC5F4A (or 0xDC5F4A) is known color: Flamingo. HEX triplet: DC, 5F and 4A. RGB value is (220,95,74). Sum of RGB (Red+Green+Blue) = 220+95+74=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F4A is #23A0B5. Grayscale: #828282. Windows color (decimal): -2334902 or 4874204. OLE color: 4874204.

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

Color convert

RGB 220 95 74 -
CMYK 0 0.57 0.66 0.14
HSL 8.63º 0.68% 0.58% -
HSV(B) 8.63º 0.66% 0.86% -
XYZ 34.84 23.89 9.25 -
YUV 129.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 220 95 74 0 0.57 0.66 0.14 8.63 0.68 0.58
Hex DC 5F 4A 0 39 42 E 9 44 3A
Octal 334 137 112 0 71 102 16 11 104 72
Binary 11011100 1011111 1001010 0 111001 1000010 1110 1001 1000100 111010

Color Harmonies of #DC5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F4A

Black with #DC5F4A

Text Example


Text Example

White with #DC5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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