#D06A75

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

Shades of Froly #D06A75

Tints of Froly #D06A75

Color information

#D06A75 (or 0xD06A75) is unknown color: approx Froly. HEX triplet: D0, 6A and 75. RGB value is (208,106,117). Sum of RGB (Red+Green+Blue) = 208+106+117=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A75 is #2F958A. Grayscale: #898989. Windows color (decimal): -3118475 or 7695056. OLE color: 7695056.

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

Color convert

RGB208106117-
CMYK00.490.440.18
HSL353.53º52.04%61.57%-
HSV(B)353.53º49.04%81.57%-
XYZ34.382519.84-
YUV137.75116.29178.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=48.26%
G=24.59%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810611700.490.440.18353.5352.0461.57
HexD06A750312C12162343e
Octal32015216506154225426476
Binary1101000011010101110101011000110110010010101100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A75; }

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

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

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

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

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

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

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

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