Html Css Color HEX #DC6C70 Froly

📋 copy color: '#DC6C70'

red 220 ◦ green 108 ◦ blue 112

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

Shades of Froly #DC6C70

Tints of Froly #DC6C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.55%

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 50%
G = 24.55%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6C70 (or 0xDC6C70) is known color: Froly. HEX triplet: DC, 6C and 70. RGB value is (220,108,112). Sum of RGB (Red+Green+Blue) = 220+108+112=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C70 is #23938F. Grayscale: #8E8E8E. Windows color (decimal): -2331536 or 7367900. OLE color: 7367900.

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

Color convert

RGB 220 108 112 -
CMYK 0 0.51 0.49 0.14
HSL 357.86º 0.62% 0.64% -
HSV(B) 357.86º 0.51% 0.86% -
XYZ 37.8 27.11 18.57 -
YUV 141.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 220 108 112 0 0.51 0.49 0.14 357.86 0.62 0.64
Hex DC 6C 70 0 33 31 E 166 3E 40
Octal 334 154 160 0 63 61 16 546 76 100
Binary 11011100 1101100 1110000 0 110011 110001 1110 101100110 111110 1000000

Color Harmonies of #DC6C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C70

Black with #DC6C70

Text Example


Text Example

White with #DC6C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C70; }

 p { color: rgb(220,108,112); }

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

background-color css

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

 a { background-color: rgb(220,108,112); }

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

border-color css

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

 span { border-color: rgb(220,108,112); }

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