#D06F75

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

Shades of Froly #D06F75

Tints of Froly #D06F75

Color information

#D06F75 (or 0xD06F75) is unknown color: approx Froly. HEX triplet: D0, 6F and 75. RGB value is (208,111,117). Sum of RGB (Red+Green+Blue) = 208+111+117=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F75 is #2F908A. Grayscale: #8C8C8C. Windows color (decimal): -3117195 or 7696336. OLE color: 7696336.

HSL color Cylindrical-coordinate representation of color #D06F75: hue angle of 356.29º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F75 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB208111117-
CMYK00.470.440.18
HSL356.29º50.79%62.55%-
HSV(B)356.29º46.63%81.57%-
XYZ34.9126.0620.02-
YUV140.69114.64176.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=47.71%
G=25.46%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811111700.470.440.18356.2950.7962.55
HexD06F7502F2C12164333f
Octal32015716505754225446377
Binary1101000011011111110101010111110110010010101100100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06F75; }

 p { color: rgb(208,111,117); }

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

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

 a { background-color: rgb(208,111,117); }

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

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

 span { border-color: rgb(208,111,117); }

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