#dc6b73

Color #DC6B73 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DC6B73

Tints of Froly #DC6B73

Color information

#DC6B73 (or 0xDC6B73) is unknown color: approx Froly. HEX triplet: DC, 6B and 73. RGB value is (220,107,115). Sum of RGB (Red+Green+Blue) = 220+107+115=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B73 is #23948C. Grayscale: #8D8D8D. Windows color (decimal): -2331789 or 7564252. OLE color: 7564252.

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

Color convert

RGB220107115-
CMYK00.510.480.14
HSL355.75º61.75%64.12%-
HSV(B)355.75º51.36%86.27%-
XYZ37.8726.9719.43-
YUV141.7112.94183.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=49.77%
G=24.21%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010711500.510.480.14355.7561.7564.12
HexDC6B7303330E1643e40
Octal334153163063601654476100
Binary1101110011010111110011011001111000011101011001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc6b73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc6b73; }

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

 H1.HeaderClassName
 {
   color: #dc6b73;
 }
 .AnyTagClassName
 {
   color: #dc6b73;
 }
</style>
background-color css

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

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

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

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

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

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