#DF655D

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

Shades of Roman #DF655D

Tints of Roman #DF655D

Color information

#DF655D (or 0xDF655D) is unknown color: approx Roman. HEX triplet: DF, 65 and 5D. RGB value is (223,101,93). Sum of RGB (Red+Green+Blue) = 223+101+93=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF655D is #209AA2. Grayscale: #888888. Windows color (decimal): -2136739 or 6120927. OLE color: 6120927.

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

Color convert

RGB22310193-
CMYK00.550.580.13
HSL3.69º67.01%61.96%-
HSV(B)3.69º58.3%87.45%-
XYZ37.0625.7913.38-
YUV136.57103.42189.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.48%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=53.48%
G=24.22%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231019300.550.580.133.6967.0161.96
HexDF655D0373AD4433e
Octal3371451350677215410376
Binary1101111111001011011101011011111101011011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF655D; }

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

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

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

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

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

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

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

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