Html Css Color HEX #DC5C5F Mandy

📋 copy color: '#DC5C5F'

red 220 ◦ green 92 ◦ blue 95

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

Shades of Mandy #DC5C5F

Tints of Mandy #DC5C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.6%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 54.05%
G = 22.6%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC5C5F (or 0xDC5C5F) is known color: Mandy. HEX triplet: DC, 5C and 5F. RGB value is (220,92,95). Sum of RGB (Red+Green+Blue) = 220+92+95=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C5F is #23A3A0. Grayscale: #828282. Windows color (decimal): -2335649 or 6249692. OLE color: 6249692.

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

Color convert

RGB 220 92 95 -
CMYK 0 0.58 0.57 0.14
HSL 358.59º 0.65% 0.61% -
HSV(B) 358.59º 0.58% 0.86% -
XYZ 35.41 23.7 13.53 -
YUV 130.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 220 92 95 0 0.58 0.57 0.14 358.59 0.65 0.61
Hex DC 5C 5F 0 3A 39 E 167 41 3D
Octal 334 134 137 0 72 71 16 547 101 75
Binary 11011100 1011100 1011111 0 111010 111001 1110 101100111 1000001 111101

Color Harmonies of #DC5C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C5F

Black with #DC5C5F

Text Example


Text Example

White with #DC5C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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