Shades of Roman #DB675A
Tints of Roman #DB675A
RGB
CMYK
RGB Variations
Color information
#DB675A (or 0xDB675A) is known color: Roman. HEX triplet: DB, 67 and 5A. RGB value is (219,103,90). Sum of RGB (Red+Green+Blue) = 219+103+90=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB675A is #2498A5. Grayscale: #888888. Windows color (decimal): -2398374 or 5924827. OLE color: 5924827.
HSL color Cylindrical-coordinate representation of color #DB675A: hue angle of 6.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB675A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 90 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.14 |
| HSL | 6.05º | 0.64% | 0.61% | - |
| HSV(B) | 6.05º | 0.59% | 0.86% | - |
| XYZ | 35.91 | 25.5 | 12.7 | - |
| YUV | 136.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 90 | 0 | 0.53 | 0.59 | 0.14 | 6.05 | 0.64 | 0.61 |
| Hex | DB | 67 | 5A | 0 | 35 | 3B | E | 6 | 40 | 3D |
| Octal | 333 | 147 | 132 | 0 | 65 | 73 | 16 | 6 | 100 | 75 |
| Binary | 11011011 | 1100111 | 1011010 | 0 | 110101 | 111011 | 1110 | 110 | 1000000 | 111101 |
Color Harmonies of #DB675A
Complementary color
Monochromatic Colors of #DB675A
Black with #DB675A
Text Example
Text Example
White with #DB675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB675A; }
p { color: rgb(219,103,90); }
H1.HeaderClassName
{
color: #DB675A;
}
.AnyTagClassName
{
color: #DB675A;
}
</style>
background-color css
<style>
a { background-color: #DB675A; }
a { background-color: rgb(219,103,90); }
div.DivClassName
{
background-color: #DB675A;
}
.BgClassName
{
background-color: #DB675A;
}
</style>
border-color css
<style>
span { border-color: #DB675A; }
span { border-color: rgb(219,103,90); }
td.TdClassName
{
border-color: #DB675A;
}
.TagClassName
{
border-color: #DB675A;
}
</style>