#D06A72

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

Shades of Froly #D06A72

Tints of Froly #D06A72

Color information

#D06A72 (or 0xD06A72) is unknown color: approx Froly. HEX triplet: D0, 6A and 72. RGB value is (208,106,114). Sum of RGB (Red+Green+Blue) = 208+106+114=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06A72 is #2F958D. Grayscale: #898989. Windows color (decimal): -3118478 or 7498448. OLE color: 7498448.

HSL color Cylindrical-coordinate representation of color #D06A72: hue angle of 355.29º 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 #D06A72 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208106114-
CMYK00.490.450.18
HSL355.29º52.04%61.57%-
HSV(B)355.29º49.04%81.57%-
XYZ34.224.9318.93-
YUV137.41114.79178.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.60%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=48.60%
G=24.77%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810611400.490.450.18355.2952.0461.57
HexD06A720312D12163343e
Octal32015216206155225436476
Binary1101000011010101110010011000110110110010101100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A72; }

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

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

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

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

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

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

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

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