#DC7A7C

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

Shades of Froly #DC7A7C

Tints of Froly #DC7A7C

Color information

#DC7A7C (or 0xDC7A7C) is unknown color: approx Froly. HEX triplet: DC, 7A and 7C. RGB value is (220,122,124). Sum of RGB (Red+Green+Blue) = 220+122+124=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A7C is #238583. Grayscale: #979797. Windows color (decimal): -2327940 or 8157916. OLE color: 8157916.

HSL color Cylindrical-coordinate representation of color #DC7A7C: hue angle of 358.78º degrees, saturation: 0.58, 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 #DC7A7C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB220122124-
CMYK00.450.440.14
HSL358.78º58.33%67.06%-
HSV(B)358.78º44.55%86.27%-
XYZ40.1130.5922.86-
YUV151.53112.47176.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=47.21%
G=26.18%
B=26.61%

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
Decimal22012212400.450.440.14358.7858.3367.06
HexDC7A7C02D2CE1673a43
Octal334172174055541654772103
Binary1101110011110101111100010110110110011101011001111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7A7C; }

 p { color: rgb(220,122,124); }

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

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

 a { background-color: rgb(220,122,124); }

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

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

 span { border-color: rgb(220,122,124); }

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