Shades of Roman #DB695B
Tints of Roman #DB695B
RGB
CMYK
RGB Variations
Color information
#DB695B (or 0xDB695B) is known color: Roman. HEX triplet: DB, 69 and 5B. RGB value is (219,105,91). Sum of RGB (Red+Green+Blue) = 219+105+91=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB695B is #2496A4. Grayscale: #898989. Windows color (decimal): -2397861 or 5990875. OLE color: 5990875.
HSL color Cylindrical-coordinate representation of color #DB695B: hue angle of 6.56º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB695B is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 91 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.14 |
| HSL | 6.56º | 0.64% | 0.61% | - |
| HSV(B) | 6.56º | 0.58% | 0.86% | - |
| XYZ | 36.15 | 25.92 | 12.99 | - |
| YUV | 137.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 91 | 0 | 0.52 | 0.58 | 0.14 | 6.56 | 0.64 | 0.61 |
| Hex | DB | 69 | 5B | 0 | 34 | 3A | E | 7 | 40 | 3D |
| Octal | 333 | 151 | 133 | 0 | 64 | 72 | 16 | 7 | 100 | 75 |
| Binary | 11011011 | 1101001 | 1011011 | 0 | 110100 | 111010 | 1110 | 111 | 1000000 | 111101 |
Color Harmonies of #DB695B
Complementary color
Monochromatic Colors of #DB695B
Black with #DB695B
Text Example
Text Example
White with #DB695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB695B; }
p { color: rgb(219,105,91); }
H1.HeaderClassName
{
color: #DB695B;
}
.AnyTagClassName
{
color: #DB695B;
}
</style>
background-color css
<style>
a { background-color: #DB695B; }
a { background-color: rgb(219,105,91); }
div.DivClassName
{
background-color: #DB695B;
}
.BgClassName
{
background-color: #DB695B;
}
</style>
border-color css
<style>
span { border-color: #DB695B; }
span { border-color: rgb(219,105,91); }
td.TdClassName
{
border-color: #DB695B;
}
.TagClassName
{
border-color: #DB695B;
}
</style>