#df696c

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

Shades of Froly #DF696C

Tints of Froly #DF696C

Color information

#DF696C (or 0xDF696C) is unknown color: approx Froly. HEX triplet: DF, 69 and 6C. RGB value is (223,105,108). Sum of RGB (Red+Green+Blue) = 223+105+108=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF696C is #209693. Grayscale: #8C8C8C. Windows color (decimal): -2135700 or 7104991. OLE color: 7104991.

HSL color Cylindrical-coordinate representation of color #DF696C: hue angle of 358.47º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF696C is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223105108-
CMYK00.530.520.13
HSL358.47º64.84%64.31%-
HSV(B)358.47º52.91%87.45%-
XYZ38.1926.8717.36-
YUV140.62109.59186.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.15%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=51.15%
G=24.08%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310510800.530.520.13358.4764.8464.31
HexDF696C03534D1664140
Octal3371511540656415546101100
Binary11011111110100111011000110101110100110110110011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df696c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df696c; }

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

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

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

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

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

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

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

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