Html Css Color HEX #DC5D47 Flamingo

📋 copy color: '#DC5D47'

red 220 ◦ green 93 ◦ blue 71

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

Shades of Flamingo #DC5D47

Tints of Flamingo #DC5D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.49%

R = 57.29%
G = 24.22%
B = 18.49%

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

#DC5D47 (or 0xDC5D47) is known color: Flamingo. HEX triplet: DC, 5D and 47. RGB value is (220,93,71). Sum of RGB (Red+Green+Blue) = 220+93+71=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D47 is #23A2B8. Grayscale: #808080. Windows color (decimal): -2335417 or 4677084. OLE color: 4677084.

HSL color Cylindrical-coordinate representation of color #DC5D47: hue angle of 8.86º 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 #DC5D47 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 71 -
CMYK 0 0.58 0.68 0.14
HSL 8.86º 0.68% 0.57% -
HSV(B) 8.86º 0.68% 0.86% -
XYZ 34.57 23.5 8.68 -
YUV 128.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 220 93 71 0 0.58 0.68 0.14 8.86 0.68 0.57
Hex DC 5D 47 0 3A 44 E 9 44 39
Octal 334 135 107 0 72 104 16 11 104 71
Binary 11011100 1011101 1000111 0 111010 1000100 1110 1001 1000100 111001

Color Harmonies of #DC5D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D47

Black with #DC5D47

Text Example


Text Example

White with #DC5D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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