Html Css Color HEX #DC5D45 Flamingo

📋 copy color: '#DC5D45'

red 220 ◦ green 93 ◦ blue 69

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

Shades of Flamingo #DC5D45

Tints of Flamingo #DC5D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 57.59%
G = 24.35%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC5D45 (or 0xDC5D45) is known color: Flamingo. HEX triplet: DC, 5D and 45. RGB value is (220,93,69). Sum of RGB (Red+Green+Blue) = 220+93+69=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D45 is #23A2BA. Grayscale: #808080. Windows color (decimal): -2335419 or 4546012. OLE color: 4546012.

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

Color convert

RGB 220 93 69 -
CMYK 0 0.58 0.69 0.14
HSL 9.54º 0.68% 0.57% -
HSV(B) 9.54º 0.69% 0.86% -
XYZ 34.5 23.47 8.34 -
YUV 128.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 220 93 69 0 0.58 0.69 0.14 9.54 0.68 0.57
Hex DC 5D 45 0 3A 45 E A 44 39
Octal 334 135 105 0 72 105 16 12 104 71
Binary 11011100 1011101 1000101 0 111010 1000101 1110 1010 1000100 111001

Color Harmonies of #DC5D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D45

Black with #DC5D45

Text Example


Text Example

White with #DC5D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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