#DF695F

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

Shades of Roman #DF695F

Tints of Roman #DF695F

Color information

#DF695F (or 0xDF695F) is unknown color: approx Roman. HEX triplet: DF, 69 and 5F. RGB value is (223,105,95). Sum of RGB (Red+Green+Blue) = 223+105+95=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF695F is #2096A0. Grayscale: #8B8B8B. Windows color (decimal): -2135713 or 6253023. OLE color: 6253023.

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

Color convert

RGB22310595-
CMYK00.530.570.13
HSL4.69º66.67%62.35%-
HSV(B)4.69º57.4%87.45%-
XYZ37.5526.6213.99-
YUV139.14103.09187.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.72%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=52.72%
G=24.82%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231059500.530.570.134.6966.6762.35
HexDF695F03539D5433e
Octal3371511370657115510376
Binary1101111111010011011111011010111100111011011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF695F; }

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

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

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

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

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

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

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

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