#D76569

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

Shades of Froly #D76569

Tints of Froly #D76569

Color information

#D76569 (or 0xD76569) is unknown color: approx Froly. HEX triplet: D7, 65 and 69. RGB value is (215,101,105). Sum of RGB (Red+Green+Blue) = 215+101+105=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D76569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76569 is #289A96. Grayscale: #878787. Windows color (decimal): -2661015 or 6907351. OLE color: 6907351.

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

Color convert

RGB215101105-
CMYK00.530.510.16
HSL357.89º58.76%61.96%-
HSV(B)357.89º53.02%84.31%-
XYZ35.2324.7716.29-
YUV135.54110.77184.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=51.07%
G=23.99%
B=24.94%

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
Decimal21510110500.530.510.16357.8958.7661.96
HexD7656903533101663b3e
Octal32714515106563205467376
Binary1101011111001011101001011010111001110000101100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76569; }

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

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

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

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

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

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

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

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