Shades of Roman #D0695D
Tints of Roman #D0695D
RGB
CMYK
RGB Variations
Color information
#D0695D (or 0xD0695D) is known color: Roman. HEX triplet: D0, 69 and 5D. RGB value is (208,105,93). Sum of RGB (Red+Green+Blue) = 208+105+93=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0695D is #2F96A2. Grayscale: #868686. Windows color (decimal): -3118755 or 6121936. OLE color: 6121936.
HSL color Cylindrical-coordinate representation of color #D0695D: hue angle of 6.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0695D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 93 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.18 |
| HSL | 6.26º | 0.55% | 0.59% | - |
| HSV(B) | 6.26º | 0.55% | 0.82% | - |
| XYZ | 33.04 | 24.3 | 13.31 | - |
| YUV | 134.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 93 | 0 | 0.50 | 0.55 | 0.18 | 6.26 | 0.55 | 0.59 |
| Hex | D0 | 69 | 5D | 0 | 32 | 37 | 12 | 6 | 37 | 3B |
| Octal | 320 | 151 | 135 | 0 | 62 | 67 | 22 | 6 | 67 | 73 |
| Binary | 11010000 | 1101001 | 1011101 | 0 | 110010 | 110111 | 10010 | 110 | 110111 | 111011 |
Color Harmonies of #D0695D
Complementary color
Monochromatic Colors of #D0695D
Black with #D0695D
Text Example
Text Example
White with #D0695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0695D; }
p { color: rgb(208,105,93); }
H1.HeaderClassName
{
color: #D0695D;
}
.AnyTagClassName
{
color: #D0695D;
}
</style>
background-color css
<style>
a { background-color: #D0695D; }
a { background-color: rgb(208,105,93); }
div.DivClassName
{
background-color: #D0695D;
}
.BgClassName
{
background-color: #D0695D;
}
</style>
border-color css
<style>
span { border-color: #D0695D; }
span { border-color: rgb(208,105,93); }
td.TdClassName
{
border-color: #D0695D;
}
.TagClassName
{
border-color: #D0695D;
}
</style>