#DF6465

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

Shades of Froly #DF6465

Tints of Froly #DF6465

Color information

#DF6465 (or 0xDF6465) is unknown color: approx Froly. HEX triplet: DF, 64 and 65. RGB value is (223,100,101). Sum of RGB (Red+Green+Blue) = 223+100+101=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6465 is #209B9A. Grayscale: #898989. Windows color (decimal): -2136987 or 6644959. OLE color: 6644959.

HSL color Cylindrical-coordinate representation of color #DF6465: hue angle of 359.51º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF6465 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB223100101-
CMYK00.550.550.13
HSL359.51º65.78%63.33%-
HSV(B)359.51º55.16%87.45%-
XYZ37.3425.7415.31-
YUV136.89107.75189.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.59%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=52.59%
G=23.58%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310010100.550.550.13359.5165.7863.33
HexDF646503737D168423f
Octal337144145067671555010277
Binary1101111111001001100101011011111011111011011010001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6465; }

 p { color: rgb(223,100,101); }

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

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

 a { background-color: rgb(223,100,101); }

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

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

 span { border-color: rgb(223,100,101); }

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