#D96A6D

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

Shades of Froly #D96A6D

Tints of Froly #D96A6D

Color information

#D96A6D (or 0xD96A6D) is unknown color: approx Froly. HEX triplet: D9, 6A and 6D. RGB value is (217,106,109). Sum of RGB (Red+Green+Blue) = 217+106+109=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A6D is #269592. Grayscale: #8B8B8B. Windows color (decimal): -2528659 or 7170777. OLE color: 7170777.

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

Color convert

RGB217106109-
CMYK00.510.500.15
HSL358.38º59.36%63.33%-
HSV(B)358.38º51.15%85.1%-
XYZ36.5326.1617.59-
YUV139.53110.77183.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.23%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=50.23%
G=24.54%
B=25.23%

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
Decimal21710610900.510.500.15358.3859.3663.33
HexD96A6D03332F1663b3f
Octal33115215506362175467377
Binary110110011101010110110101100111100101111101100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A6D; }

 p { color: rgb(217,106,109); }

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

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

 a { background-color: rgb(217,106,109); }

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

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

 span { border-color: rgb(217,106,109); }

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