Html Css Color HEX #DC6064 Mandy

📋 copy color: '#DC6064'

red 220 ◦ green 96 ◦ blue 100

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

Shades of Mandy #DC6064

Tints of Mandy #DC6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 52.88%
G = 23.08%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC6064 (or 0xDC6064) is known color: Mandy. HEX triplet: DC, 60 and 64. RGB value is (220,96,100). Sum of RGB (Red+Green+Blue) = 220+96+100=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6064 is #239F9B. Grayscale: #858585. Windows color (decimal): -2334620 or 6578396. OLE color: 6578396.

HSL color Cylindrical-coordinate representation of color #DC6064: hue angle of 358.06º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6064 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 100 -
CMYK 0 0.56 0.55 0.14
HSL 358.06º 0.64% 0.62% -
HSV(B) 358.06º 0.56% 0.86% -
XYZ 36 24.5 14.89 -
YUV 133.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 220 96 100 0 0.56 0.55 0.14 358.06 0.64 0.62
Hex DC 60 64 0 38 37 E 166 40 3E
Octal 334 140 144 0 70 67 16 546 100 76
Binary 11011100 1100000 1100100 0 111000 110111 1110 101100110 1000000 111110

Color Harmonies of #DC6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6064

Black with #DC6064

Text Example


Text Example

White with #DC6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6064; }

 p { color: rgb(220,96,100); }

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

background-color css

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

 a { background-color: rgb(220,96,100); }

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

border-color css

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

 span { border-color: rgb(220,96,100); }

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