#D86267

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

Shades of Froly #D86267

Tints of Froly #D86267

Color information

#D86267 (or 0xD86267) is unknown color: approx Froly. HEX triplet: D8, 62 and 67. RGB value is (216,98,103). Sum of RGB (Red+Green+Blue) = 216+98+103=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D86267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86267 is #279D98. Grayscale: #858585. Windows color (decimal): -2596249 or 6775512. OLE color: 6775512.

HSL color Cylindrical-coordinate representation of color #D86267: hue angle of 357.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86267 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB21698103-
CMYK00.550.520.15
HSL357.46º60.2%61.57%-
HSV(B)357.46º54.63%84.71%-
XYZ35.1324.3115.67-
YUV133.85110.59186.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 103 (40.62% from 255) = 24.70%
R=51.80%
G=23.50%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169810300.550.520.15357.4660.261.57
HexD8626703734F1653c3e
Octal33014214706764175457476
Binary110110001100010110011101101111101001111101100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86267; }

 p { color: rgb(216,98,103); }

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

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

 a { background-color: rgb(216,98,103); }

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

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

 span { border-color: rgb(216,98,103); }

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