#DF665C

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

Shades of Roman #DF665C

Tints of Roman #DF665C

Color information

#DF665C (or 0xDF665C) is unknown color: approx Roman. HEX triplet: DF, 66 and 5C. RGB value is (223,102,92). Sum of RGB (Red+Green+Blue) = 223+102+92=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF665C is #2099A3. Grayscale: #898989. Windows color (decimal): -2136484 or 6055647. OLE color: 6055647.

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

Color convert

RGB22310292-
CMYK00.540.590.13
HSL4.58º67.18%61.76%-
HSV(B)4.58º58.74%87.45%-
XYZ37.1125.9613.18-
YUV137.04102.59189.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.48%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=53.48%
G=24.46%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231029200.540.590.134.5867.1861.76
HexDF665C0363BD5433e
Octal3371461340667315510376
Binary1101111111001101011100011011011101111011011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF665C; }

 p { color: rgb(223,102,92); }

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

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

 a { background-color: rgb(223,102,92); }

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

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

 span { border-color: rgb(223,102,92); }

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