#D8696C

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

Shades of Froly #D8696C

Tints of Froly #D8696C

Color information

#D8696C (or 0xD8696C) is unknown color: approx Froly. HEX triplet: D8, 69 and 6C. RGB value is (216,105,108). Sum of RGB (Red+Green+Blue) = 216+105+108=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8696C is #279693. Grayscale: #8A8A8A. Windows color (decimal): -2594452 or 7104984. OLE color: 7104984.

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

Color convert

RGB216105108-
CMYK00.510.500.15
HSL358.38º58.73%62.94%-
HSV(B)358.38º51.39%84.71%-
XYZ36.0825.7817.26-
YUV138.53110.77183.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=50.35%
G=24.48%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610510800.510.500.15358.3858.7362.94
HexD8696C03332F1663b3f
Octal33015115406362175467377
Binary110110001101001110110001100111100101111101100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8696C; }

 p { color: rgb(216,105,108); }

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

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

 a { background-color: rgb(216,105,108); }

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

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

 span { border-color: rgb(216,105,108); }

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