#D36776

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

Shades of Froly #D36776

Tints of Froly #D36776

Color information

#D36776 (or 0xD36776) is unknown color: approx Froly. HEX triplet: D3, 67 and 76. RGB value is (211,103,118). Sum of RGB (Red+Green+Blue) = 211+103+118=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D36776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36776 is #2C9889. Grayscale: #898989. Windows color (decimal): -2922634 or 7759827. OLE color: 7759827.

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

Color convert

RGB211103118-
CMYK00.510.440.17
HSL351.67º55.1%61.57%-
HSV(B)351.67º51.18%82.75%-
XYZ34.9824.8620.09-
YUV137117.28180.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=48.84%
G=23.84%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21110311800.510.440.17351.6755.161.57
HexD367760332C11160373e
Octal32314716606354215406776
Binary1101001111001111110110011001110110010001101100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36776; }

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

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

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

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

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

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

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

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