#D8676D

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

Shades of Froly #D8676D

Tints of Froly #D8676D

Color information

#D8676D (or 0xD8676D) is unknown color: approx Froly. HEX triplet: D8, 67 and 6D. RGB value is (216,103,109). Sum of RGB (Red+Green+Blue) = 216+103+109=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8676D is #279892. Grayscale: #898989. Windows color (decimal): -2594963 or 7170008. OLE color: 7170008.

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

Color convert

RGB216103109-
CMYK00.520.500.15
HSL356.81º59.16%62.55%-
HSV(B)356.81º52.31%84.71%-
XYZ35.9325.417.48-
YUV137.47111.94184.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.47%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 109 (42.97% from 255) = 25.47%
R=50.47%
G=24.07%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610310900.520.500.15356.8159.1662.55
HexD8676D03432F1653b3f
Octal33014715506462175457377
Binary110110001100111110110101101001100101111101100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8676D; }

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

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

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

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

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

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

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

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