Shades of Roman #DC695F
Tints of Roman #DC695F
RGB
CMYK
RGB Variations
Color information
#DC695F (or 0xDC695F) is known color: Roman. HEX triplet: DC, 69 and 5F. RGB value is (220,105,95). Sum of RGB (Red+Green+Blue) = 220+105+95=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC695F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC695F is #2396A0. Grayscale: #8A8A8A. Windows color (decimal): -2332321 or 6253020. OLE color: 6253020.
HSL color Cylindrical-coordinate representation of color #DC695F: hue angle of 4.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC695F is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 95 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.14 |
| HSL | 4.8º | 0.64% | 0.62% | - |
| HSV(B) | 4.8º | 0.57% | 0.86% | - |
| XYZ | 36.63 | 26.15 | 13.94 | - |
| YUV | 138.25 | 103.6 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 95 | 0 | 0.52 | 0.57 | 0.14 | 4.8 | 0.64 | 0.62 |
| Hex | DC | 69 | 5F | 0 | 34 | 39 | E | 5 | 40 | 3E |
| Octal | 334 | 151 | 137 | 0 | 64 | 71 | 16 | 5 | 100 | 76 |
| Binary | 11011100 | 1101001 | 1011111 | 0 | 110100 | 111001 | 1110 | 101 | 1000000 | 111110 |
Color Harmonies of #DC695F
Complementary color
Monochromatic Colors of #DC695F
Black with #DC695F
Text Example
Text Example
White with #DC695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC695F; }
p { color: rgb(220,105,95); }
H1.HeaderClassName
{
color: #DC695F;
}
.AnyTagClassName
{
color: #DC695F;
}
</style>
background-color css
<style>
a { background-color: #DC695F; }
a { background-color: rgb(220,105,95); }
div.DivClassName
{
background-color: #DC695F;
}
.BgClassName
{
background-color: #DC695F;
}
</style>
border-color css
<style>
span { border-color: #DC695F; }
span { border-color: rgb(220,105,95); }
td.TdClassName
{
border-color: #DC695F;
}
.TagClassName
{
border-color: #DC695F;
}
</style>