Shades of Roman #D2695B
Tints of Roman #D2695B
RGB
CMYK
RGB Variations
Color information
#D2695B (or 0xD2695B) is known color: Roman. HEX triplet: D2, 69 and 5B. RGB value is (210,105,91). Sum of RGB (Red+Green+Blue) = 210+105+91=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2695B is #2D96A4. Grayscale: #868686. Windows color (decimal): -2987685 or 5990866. OLE color: 5990866.
HSL color Cylindrical-coordinate representation of color #D2695B: hue angle of 7.06º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2695B is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 91 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.18 |
| HSL | 7.06º | 0.57% | 0.59% | - |
| HSV(B) | 7.06º | 0.57% | 0.82% | - |
| XYZ | 33.52 | 24.56 | 12.87 | - |
| YUV | 134.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 91 | 0 | 0.50 | 0.57 | 0.18 | 7.06 | 0.57 | 0.59 |
| Hex | D2 | 69 | 5B | 0 | 32 | 39 | 12 | 7 | 39 | 3B |
| Octal | 322 | 151 | 133 | 0 | 62 | 71 | 22 | 7 | 71 | 73 |
| Binary | 11010010 | 1101001 | 1011011 | 0 | 110010 | 111001 | 10010 | 111 | 111001 | 111011 |
Color Harmonies of #D2695B
Complementary color
Monochromatic Colors of #D2695B
Black with #D2695B
Text Example
Text Example
White with #D2695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2695B; }
p { color: rgb(210,105,91); }
H1.HeaderClassName
{
color: #D2695B;
}
.AnyTagClassName
{
color: #D2695B;
}
</style>
background-color css
<style>
a { background-color: #D2695B; }
a { background-color: rgb(210,105,91); }
div.DivClassName
{
background-color: #D2695B;
}
.BgClassName
{
background-color: #D2695B;
}
</style>
border-color css
<style>
span { border-color: #D2695B; }
span { border-color: rgb(210,105,91); }
td.TdClassName
{
border-color: #D2695B;
}
.TagClassName
{
border-color: #D2695B;
}
</style>