#D8696D

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

Shades of Froly #D8696D

Tints of Froly #D8696D

Color information

#D8696D (or 0xD8696D) is unknown color: approx Froly. HEX triplet: D8, 69 and 6D. RGB value is (216,105,109). Sum of RGB (Red+Green+Blue) = 216+105+109=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8696D is #279692. Grayscale: #8A8A8A. Windows color (decimal): -2594451 or 7170520. OLE color: 7170520.

HSL color Cylindrical-coordinate representation of color #D8696D: hue angle of 357.84º 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 #D8696D is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216105109-
CMYK00.510.500.15
HSL357.84º58.73%62.94%-
HSV(B)357.84º51.39%84.71%-
XYZ36.1325.8117.54-
YUV138.64111.27183.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 109 (42.97% from 255) = 25.35%
R=50.23%
G=24.42%
B=25.35%

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
Decimal21610510900.510.500.15357.8458.7362.94
HexD8696D03332F1663b3f
Octal33015115506362175467377
Binary110110001101001110110101100111100101111101100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8696D; }

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

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

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

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

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

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

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

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