Html Css Color HEX #DC6B72 Froly

📋 copy color: '#DC6B72'

red 220 ◦ green 107 ◦ blue 114

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

Shades of Froly #DC6B72

Tints of Froly #DC6B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.26%

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

R = 49.89%
G = 24.26%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC6B72 (or 0xDC6B72) is known color: Froly. HEX triplet: DC, 6B and 72. RGB value is (220,107,114). Sum of RGB (Red+Green+Blue) = 220+107+114=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B72 is #23948D. Grayscale: #8D8D8D. Windows color (decimal): -2331790 or 7498716. OLE color: 7498716.

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

Color convert

RGB 220 107 114 -
CMYK 0 0.51 0.48 0.14
HSL 356.28º 0.62% 0.64% -
HSV(B) 356.28º 0.51% 0.86% -
XYZ 37.81 26.95 19.13 -
YUV 141.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 220 107 114 0 0.51 0.48 0.14 356.28 0.62 0.64
Hex DC 6B 72 0 33 30 E 164 3E 40
Octal 334 153 162 0 63 60 16 544 76 100
Binary 11011100 1101011 1110010 0 110011 110000 1110 101100100 111110 1000000

Color Harmonies of #DC6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B72

Black with #DC6B72

Text Example


Text Example

White with #DC6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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