Html Css Color HEX #DC6F70 Froly

📋 copy color: '#DC6F70'

red 220 ◦ green 111 ◦ blue 112

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

Shades of Froly #DC6F70

Tints of Froly #DC6F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

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

R = 49.66%
G = 25.06%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC6F70 (or 0xDC6F70) is known color: Froly. HEX triplet: DC, 6F and 70. RGB value is (220,111,112). Sum of RGB (Red+Green+Blue) = 220+111+112=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F70 is #23908F. Grayscale: #8F8F8F. Windows color (decimal): -2330768 or 7368668. OLE color: 7368668.

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

Color convert

RGB 220 111 112 -
CMYK 0 0.50 0.49 0.14
HSL 359.45º 0.61% 0.65% -
HSV(B) 359.45º 0.5% 0.86% -
XYZ 38.12 27.75 18.68 -
YUV 143.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 220 111 112 0 0.50 0.49 0.14 359.45 0.61 0.65
Hex DC 6F 70 0 32 31 E 167 3D 41
Octal 334 157 160 0 62 61 16 547 75 101
Binary 11011100 1101111 1110000 0 110010 110001 1110 101100111 111101 1000001

Color Harmonies of #DC6F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F70

Black with #DC6F70

Text Example


Text Example

White with #DC6F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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