#D6707A

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

Shades of Froly #D6707A

Tints of Froly #D6707A

Color information

#D6707A (or 0xD6707A) is unknown color: approx Froly. HEX triplet: D6, 70 and 7A. RGB value is (214,112,122). Sum of RGB (Red+Green+Blue) = 214+112+122=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D6707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6707A is #298F85. Grayscale: #8F8F8F. Windows color (decimal): -2723718 or 8024278. OLE color: 8024278.

HSL color Cylindrical-coordinate representation of color #D6707A: hue angle of 354.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6707A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214112122-
CMYK00.480.430.16
HSL354.12º55.43%63.92%-
HSV(B)354.12º47.66%83.92%-
XYZ37.0427.2921.73-
YUV143.64115.79178.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 112 (44.14% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=47.77%
G=25%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411212200.480.430.16354.1255.4363.92
HexD6707A0302B101623740
Octal326160172060532054267100
Binary11010110111000011110100110000101011100001011000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6707A; }

 p { color: rgb(214,112,122); }

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

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

 a { background-color: rgb(214,112,122); }

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

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

 span { border-color: rgb(214,112,122); }

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