#D96469

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

Shades of Froly #D96469

Tints of Froly #D96469

Color information

#D96469 (or 0xD96469) is unknown color: approx Froly. HEX triplet: D9, 64 and 69. RGB value is (217,100,105). Sum of RGB (Red+Green+Blue) = 217+100+105=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D96469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96469 is #269B96. Grayscale: #878787. Windows color (decimal): -2530199 or 6907097. OLE color: 6907097.

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

Color convert

RGB217100105-
CMYK00.540.520.15
HSL357.44º60.62%62.16%-
HSV(B)357.44º53.92%85.1%-
XYZ35.7224.8916.29-
YUV135.55110.76186.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=51.42%
G=23.70%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710010500.540.520.15357.4460.6262.16
HexD9646903634F1653d3e
Octal33114415106664175457576
Binary110110011100100110100101101101101001111101100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96469; }

 p { color: rgb(217,100,105); }

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

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

 a { background-color: rgb(217,100,105); }

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

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

 span { border-color: rgb(217,100,105); }

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