#DF6564

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

Shades of Roman #DF6564

Tints of Roman #DF6564

Color information

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

HSL color Cylindrical-coordinate representation of color #DF6564: hue angle of 0.49º 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 #DF6564 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB223101100-
CMYK00.550.550.13
HSL0.49º65.78%63.33%-
HSV(B)0.49º55.16%87.45%-
XYZ37.3925.9215.09-
YUV137.36106.92189.08-

RGB Variations

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

RGB

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

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
Decimal22310110000.550.550.130.4965.7863.33
HexDF656403737D0423f
Octal3371451440676715010277
Binary11011111110010111001000110111110111110101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6564; }

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

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

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

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

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

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

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

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