Shades of Roman #D2665D
Tints of Roman #D2665D
RGB
CMYK
RGB Variations
Color information
#D2665D (or 0xD2665D) is known color: Roman. HEX triplet: D2, 66 and 5D. RGB value is (210,102,93). Sum of RGB (Red+Green+Blue) = 210+102+93=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2665D is #2D99A2. Grayscale: #858585. Windows color (decimal): -2988451 or 6121170. OLE color: 6121170.
HSL color Cylindrical-coordinate representation of color #D2665D: hue angle of 4.62º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2665D is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 93 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.18 |
| HSL | 4.62º | 0.57% | 0.59% | - |
| HSV(B) | 4.62º | 0.56% | 0.82% | - |
| XYZ | 33.31 | 23.99 | 13.23 | - |
| YUV | 133.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 93 | 0 | 0.51 | 0.56 | 0.18 | 4.62 | 0.57 | 0.59 |
| Hex | D2 | 66 | 5D | 0 | 33 | 38 | 12 | 5 | 39 | 3B |
| Octal | 322 | 146 | 135 | 0 | 63 | 70 | 22 | 5 | 71 | 73 |
| Binary | 11010010 | 1100110 | 1011101 | 0 | 110011 | 111000 | 10010 | 101 | 111001 | 111011 |
Color Harmonies of #D2665D
Complementary color
Monochromatic Colors of #D2665D
Black with #D2665D
Text Example
Text Example
White with #D2665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2665D; }
p { color: rgb(210,102,93); }
H1.HeaderClassName
{
color: #D2665D;
}
.AnyTagClassName
{
color: #D2665D;
}
</style>
background-color css
<style>
a { background-color: #D2665D; }
a { background-color: rgb(210,102,93); }
div.DivClassName
{
background-color: #D2665D;
}
.BgClassName
{
background-color: #D2665D;
}
</style>
border-color css
<style>
span { border-color: #D2665D; }
span { border-color: rgb(210,102,93); }
td.TdClassName
{
border-color: #D2665D;
}
.TagClassName
{
border-color: #D2665D;
}
</style>