#DC787B

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

Shades of Froly #DC787B

Tints of Froly #DC787B

Color information

#DC787B (or 0xDC787B) is unknown color: approx Froly. HEX triplet: DC, 78 and 7B. RGB value is (220,120,123). Sum of RGB (Red+Green+Blue) = 220+120+123=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC787B is #238784. Grayscale: #969696. Windows color (decimal): -2328453 or 8091868. OLE color: 8091868.

HSL color Cylindrical-coordinate representation of color #DC787B: hue angle of 358.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC787B is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220120123-
CMYK00.450.440.14
HSL358.2º58.82%66.67%-
HSV(B)358.2º45.45%86.27%-
XYZ39.8130.0822.45-
YUV150.24112.63177.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=47.52%
G=25.92%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012012300.450.440.14358.258.8266.67
HexDC787B02D2CE1663b43
Octal334170173055541654673103
Binary1101110011110001111011010110110110011101011001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC787B; }

 p { color: rgb(220,120,123); }

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

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

 a { background-color: rgb(220,120,123); }

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

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

 span { border-color: rgb(220,120,123); }

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