#D76469

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

Shades of Froly #D76469

Tints of Froly #D76469

Color information

#D76469 (or 0xD76469) is unknown color: approx Froly. HEX triplet: D7, 64 and 69. RGB value is (215,100,105). Sum of RGB (Red+Green+Blue) = 215+100+105=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76469 is #289B96. Grayscale: #878787. Windows color (decimal): -2661271 or 6907095. OLE color: 6907095.

HSL color Cylindrical-coordinate representation of color #D76469: hue angle of 357.39º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76469 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB215100105-
CMYK00.530.510.16
HSL357.39º58.97%61.76%-
HSV(B)357.39º53.49%84.31%-
XYZ35.1324.5816.26-
YUV134.95111.1185.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 105 (41.41% from 255) = 25%
R=51.19%
G=23.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510010500.530.510.16357.3958.9761.76
HexD7646903533101653b3e
Octal32714415106563205457376
Binary1101011111001001101001011010111001110000101100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76469; }

 p { color: rgb(215,100,105); }

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

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

 a { background-color: rgb(215,100,105); }

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

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

 span { border-color: rgb(215,100,105); }

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