Shades of Roman #DB695D
Tints of Roman #DB695D
RGB
CMYK
RGB Variations
Color information
#DB695D (or 0xDB695D) is known color: Roman. HEX triplet: DB, 69 and 5D. RGB value is (219,105,93). Sum of RGB (Red+Green+Blue) = 219+105+93=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB695D is #2496A2. Grayscale: #898989. Windows color (decimal): -2397859 or 6121947. OLE color: 6121947.
HSL color Cylindrical-coordinate representation of color #DB695D: hue angle of 5.71º 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 #DB695D is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 93 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.14 |
| HSL | 5.71º | 0.64% | 0.61% | - |
| HSV(B) | 5.71º | 0.58% | 0.86% | - |
| XYZ | 36.24 | 25.95 | 13.46 | - |
| YUV | 137.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 93 | 0 | 0.52 | 0.58 | 0.14 | 5.71 | 0.64 | 0.61 |
| Hex | DB | 69 | 5D | 0 | 34 | 3A | E | 6 | 40 | 3D |
| Octal | 333 | 151 | 135 | 0 | 64 | 72 | 16 | 6 | 100 | 75 |
| Binary | 11011011 | 1101001 | 1011101 | 0 | 110100 | 111010 | 1110 | 110 | 1000000 | 111101 |
Color Harmonies of #DB695D
Complementary color
Monochromatic Colors of #DB695D
Black with #DB695D
Text Example
Text Example
White with #DB695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB695D; }
p { color: rgb(219,105,93); }
H1.HeaderClassName
{
color: #DB695D;
}
.AnyTagClassName
{
color: #DB695D;
}
</style>
background-color css
<style>
a { background-color: #DB695D; }
a { background-color: rgb(219,105,93); }
div.DivClassName
{
background-color: #DB695D;
}
.BgClassName
{
background-color: #DB695D;
}
</style>
border-color css
<style>
span { border-color: #DB695D; }
span { border-color: rgb(219,105,93); }
td.TdClassName
{
border-color: #DB695D;
}
.TagClassName
{
border-color: #DB695D;
}
</style>