#DC767B

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

Shades of Froly #DC767B

Tints of Froly #DC767B

Color information

#DC767B (or 0xDC767B) is unknown color: approx Froly. HEX triplet: DC, 76 and 7B. RGB value is (220,118,123). Sum of RGB (Red+Green+Blue) = 220+118+123=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC767B is #238984. Grayscale: #959595. Windows color (decimal): -2328965 or 8091356. OLE color: 8091356.

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

Color convert

RGB220118123-
CMYK00.460.440.14
HSL357.06º59.3%66.27%-
HSV(B)357.06º46.36%86.27%-
XYZ39.5729.622.37-
YUV149.07113.29178.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=47.72%
G=25.60%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011812300.460.440.14357.0659.366.27
HexDC767B02E2CE1653b42
Octal334166173056541654573102
Binary1101110011101101111011010111010110011101011001011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC767B; }

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

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

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

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

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

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

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

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