Shades of Roman #DB665F
Tints of Roman #DB665F
RGB
CMYK
RGB Variations
Color information
#DB665F (or 0xDB665F) is known color: Roman. HEX triplet: DB, 66 and 5F. RGB value is (219,102,95). Sum of RGB (Red+Green+Blue) = 219+102+95=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB665F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB665F is #2499A0. Grayscale: #888888. Windows color (decimal): -2398625 or 6252251. OLE color: 6252251.
HSL color Cylindrical-coordinate representation of color #DB665F: hue angle of 3.39º degrees, saturation: 0.63, 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 #DB665F is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 102 | 95 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.14 |
| HSL | 3.39º | 0.63% | 0.62% | - |
| HSV(B) | 3.39º | 0.57% | 0.86% | - |
| XYZ | 36.03 | 25.39 | 13.83 | - |
| YUV | 136.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 102 | 95 | 0 | 0.53 | 0.57 | 0.14 | 3.39 | 0.63 | 0.62 |
| Hex | DB | 66 | 5F | 0 | 35 | 39 | E | 3 | 3F | 3E |
| Octal | 333 | 146 | 137 | 0 | 65 | 71 | 16 | 3 | 77 | 76 |
| Binary | 11011011 | 1100110 | 1011111 | 0 | 110101 | 111001 | 1110 | 11 | 111111 | 111110 |
Color Harmonies of #DB665F
Complementary color
Monochromatic Colors of #DB665F
Black with #DB665F
Text Example
Text Example
White with #DB665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB665F; }
p { color: rgb(219,102,95); }
H1.HeaderClassName
{
color: #DB665F;
}
.AnyTagClassName
{
color: #DB665F;
}
</style>
background-color css
<style>
a { background-color: #DB665F; }
a { background-color: rgb(219,102,95); }
div.DivClassName
{
background-color: #DB665F;
}
.BgClassName
{
background-color: #DB665F;
}
</style>
border-color css
<style>
span { border-color: #DB665F; }
span { border-color: rgb(219,102,95); }
td.TdClassName
{
border-color: #DB665F;
}
.TagClassName
{
border-color: #DB665F;
}
</style>