Shades of Roman #D2695A
Tints of Roman #D2695A
RGB
CMYK
RGB Variations
Color information
#D2695A (or 0xD2695A) is known color: Roman. HEX triplet: D2, 69 and 5A. RGB value is (210,105,90). Sum of RGB (Red+Green+Blue) = 210+105+90=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2695A is #2D96A5. Grayscale: #868686. Windows color (decimal): -2987686 or 5925330. OLE color: 5925330.
HSL color Cylindrical-coordinate representation of color #D2695A: hue angle of 7.5º 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 #D2695A is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 90 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.18 |
| HSL | 7.5º | 0.57% | 0.59% | - |
| HSV(B) | 7.5º | 0.57% | 0.82% | - |
| XYZ | 33.48 | 24.54 | 12.65 | - |
| YUV | 134.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 90 | 0 | 0.50 | 0.57 | 0.18 | 7.5 | 0.57 | 0.59 |
| Hex | D2 | 69 | 5A | 0 | 32 | 39 | 12 | 8 | 39 | 3B |
| Octal | 322 | 151 | 132 | 0 | 62 | 71 | 22 | 10 | 71 | 73 |
| Binary | 11010010 | 1101001 | 1011010 | 0 | 110010 | 111001 | 10010 | 1000 | 111001 | 111011 |
Color Harmonies of #D2695A
Complementary color
Monochromatic Colors of #D2695A
Black with #D2695A
Text Example
Text Example
White with #D2695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2695A; }
p { color: rgb(210,105,90); }
H1.HeaderClassName
{
color: #D2695A;
}
.AnyTagClassName
{
color: #D2695A;
}
</style>
background-color css
<style>
a { background-color: #D2695A; }
a { background-color: rgb(210,105,90); }
div.DivClassName
{
background-color: #D2695A;
}
.BgClassName
{
background-color: #D2695A;
}
</style>
border-color css
<style>
span { border-color: #D2695A; }
span { border-color: rgb(210,105,90); }
td.TdClassName
{
border-color: #D2695A;
}
.TagClassName
{
border-color: #D2695A;
}
</style>