#DF695C

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

Shades of Roman #DF695C

Tints of Roman #DF695C

Color information

#DF695C (or 0xDF695C) is unknown color: approx Roman. HEX triplet: DF, 69 and 5C. RGB value is (223,105,92). Sum of RGB (Red+Green+Blue) = 223+105+92=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF695C is #2096A3. Grayscale: #8A8A8A. Windows color (decimal): -2135716 or 6056415. OLE color: 6056415.

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

Color convert

RGB22310592-
CMYK00.530.590.13
HSL5.95º67.18%61.76%-
HSV(B)5.95º58.74%87.45%-
XYZ37.4126.5613.28-
YUV138.8101.59188.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=53.10%
G=25%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231059200.530.590.135.9567.1861.76
HexDF695C0353BD6433e
Octal3371511340657315610376
Binary1101111111010011011100011010111101111011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF695C; }

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

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

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

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

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

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

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

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