Html Css Color HEX #DC5D46 Flamingo

📋 copy color: '#DC5D46'

red 220 ◦ green 93 ◦ blue 70

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

Shades of Flamingo #DC5D46

Tints of Flamingo #DC5D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.28%

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 57.44%
G = 24.28%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5D46 (or 0xDC5D46) is known color: Flamingo. HEX triplet: DC, 5D and 46. RGB value is (220,93,70). Sum of RGB (Red+Green+Blue) = 220+93+70=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D46 is #23A2B9. Grayscale: #808080. Windows color (decimal): -2335418 or 4611548. OLE color: 4611548.

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

Color convert

RGB 220 93 70 -
CMYK 0 0.58 0.68 0.14
HSL 9.2º 0.68% 0.57% -
HSV(B) 9.2º 0.68% 0.86% -
XYZ 34.54 23.49 8.51 -
YUV 128.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 220 93 70 0 0.58 0.68 0.14 9.2 0.68 0.57
Hex DC 5D 46 0 3A 44 E 9 44 39
Octal 334 135 106 0 72 104 16 11 104 71
Binary 11011100 1011101 1000110 0 111010 1000100 1110 1001 1000100 111001

Color Harmonies of #DC5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D46

Black with #DC5D46

Text Example


Text Example

White with #DC5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D46; }

 p { color: rgb(220,93,70); }

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

background-color css

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

 a { background-color: rgb(220,93,70); }

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

border-color css

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

 span { border-color: rgb(220,93,70); }

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