Html Css Color HEX #DC6F72 Froly

📋 copy color: '#DC6F72'

red 220 ◦ green 111 ◦ blue 114

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

Shades of Froly #DC6F72

Tints of Froly #DC6F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 49.44%
G = 24.94%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6F72 (or 0xDC6F72) is known color: Froly. HEX triplet: DC, 6F and 72. RGB value is (220,111,114). Sum of RGB (Red+Green+Blue) = 220+111+114=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F72 is #23908D. Grayscale: #909090. Windows color (decimal): -2330766 or 7499740. OLE color: 7499740.

HSL color Cylindrical-coordinate representation of color #DC6F72: hue angle of 358.35º 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 #DC6F72 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 114 -
CMYK 0 0.50 0.48 0.14
HSL 358.35º 0.61% 0.65% -
HSV(B) 358.35º 0.5% 0.86% -
XYZ 38.24 27.8 19.27 -
YUV 143.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 220 111 114 0 0.50 0.48 0.14 358.35 0.61 0.65
Hex DC 6F 72 0 32 30 E 166 3D 41
Octal 334 157 162 0 62 60 16 546 75 101
Binary 11011100 1101111 1110010 0 110010 110000 1110 101100110 111101 1000001

Color Harmonies of #DC6F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F72

Black with #DC6F72

Text Example


Text Example

White with #DC6F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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