#D4676C

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

Shades of Froly #D4676C

Tints of Froly #D4676C

Color information

#D4676C (or 0xD4676C) is unknown color: approx Froly. HEX triplet: D4, 67 and 6C. RGB value is (212,103,108). Sum of RGB (Red+Green+Blue) = 212+103+108=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4676C is #2B9893. Grayscale: #888888. Windows color (decimal): -2857108 or 7104468. OLE color: 7104468.

HSL color Cylindrical-coordinate representation of color #D4676C: hue angle of 357.25º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4676C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB212103108-
CMYK00.510.490.17
HSL357.25º55.9%61.76%-
HSV(B)357.25º51.42%83.14%-
XYZ34.7124.7817.14-
YUV136.16112.11182.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.12%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=50.12%
G=24.35%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210310800.510.490.17357.2555.961.76
HexD4676C0333111165383e
Octal32414715406361215457076
Binary1101010011001111101100011001111000110001101100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4676C; }

 p { color: rgb(212,103,108); }

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

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

 a { background-color: rgb(212,103,108); }

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

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

 span { border-color: rgb(212,103,108); }

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