#D3676C

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

Shades of Froly #D3676C

Tints of Froly #D3676C

Color information

#D3676C (or 0xD3676C) is unknown color: approx Froly. HEX triplet: D3, 67 and 6C. RGB value is (211,103,108). Sum of RGB (Red+Green+Blue) = 211+103+108=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3676C is #2C9893. Grayscale: #878787. Windows color (decimal): -2922644 or 7104467. OLE color: 7104467.

HSL color Cylindrical-coordinate representation of color #D3676C: hue angle of 357.22º degrees, saturation: 0.55, 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 #D3676C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB211103108-
CMYK00.510.490.17
HSL357.22º55.1%61.57%-
HSV(B)357.22º51.18%82.75%-
XYZ34.4224.6317.13-
YUV135.86112.28181.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=50%
G=24.41%
B=25.59%

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
Decimal21110310800.510.490.17357.2255.161.57
HexD3676C0333111165373e
Octal32314715406361215456776
Binary1101001111001111101100011001111000110001101100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3676C; }

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

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

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

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

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

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

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

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