Shades of Roman #D0685A
Tints of Roman #D0685A
RGB
CMYK
RGB Variations
Color information
#D0685A (or 0xD0685A) is known color: Roman. HEX triplet: D0, 68 and 5A. RGB value is (208,104,90). Sum of RGB (Red+Green+Blue) = 208+104+90=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0685A is #2F97A5. Grayscale: #858585. Windows color (decimal): -3119014 or 5925072. OLE color: 5925072.
HSL color Cylindrical-coordinate representation of color #D0685A: hue angle of 7.12º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0685A is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 90 | - |
| CMYK | 0 | 0.5 | 0.57 | 0.18 |
| HSL | 7.12º | 0.56% | 0.58% | - |
| HSV(B) | 7.12º | 0.57% | 0.82% | - |
| XYZ | 32.81 | 24.05 | 12.59 | - |
| YUV | 133.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 90 | 0 | 0.5 | 0.57 | 0.18 | 7.12 | 0.56 | 0.58 |
| Hex | D0 | 68 | 5A | 0 | 32 | 39 | 12 | 7 | 38 | 3A |
| Octal | 320 | 150 | 132 | 0 | 62 | 71 | 22 | 7 | 70 | 72 |
| Binary | 11010000 | 1101000 | 1011010 | 0 | 110010 | 111001 | 10010 | 111 | 111000 | 111010 |
Color Harmonies of #D0685A
Complementary color
Monochromatic Colors of #D0685A
Black with #D0685A
Text Example
Text Example
White with #D0685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0685A; }
p { color: rgb(208,104,90); }
H1.HeaderClassName
{
color: #D0685A;
}
.AnyTagClassName
{
color: #D0685A;
}
</style>
background-color css
<style>
a { background-color: #D0685A; }
a { background-color: rgb(208,104,90); }
div.DivClassName
{
background-color: #D0685A;
}
.BgClassName
{
background-color: #D0685A;
}
</style>
border-color css
<style>
span { border-color: #D0685A; }
span { border-color: rgb(208,104,90); }
td.TdClassName
{
border-color: #D0685A;
}
.TagClassName
{
border-color: #D0685A;
}
</style>