Shades of Roman #D2685F
Tints of Roman #D2685F
RGB
CMYK
RGB Variations
Color information
#D2685F (or 0xD2685F) is known color: Roman. HEX triplet: D2, 68 and 5F. RGB value is (210,104,95). Sum of RGB (Red+Green+Blue) = 210+104+95=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2685F is #2D97A0. Grayscale: #868686. Windows color (decimal): -2987937 or 6252754. OLE color: 6252754.
HSL color Cylindrical-coordinate representation of color #D2685F: hue angle of 4.7º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2685F is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 95 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.18 |
| HSL | 4.7º | 0.56% | 0.6% | - |
| HSV(B) | 4.7º | 0.55% | 0.82% | - |
| XYZ | 33.59 | 24.43 | 13.77 | - |
| YUV | 134.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 95 | 0 | 0.50 | 0.55 | 0.18 | 4.7 | 0.56 | 0.6 |
| Hex | D2 | 68 | 5F | 0 | 32 | 37 | 12 | 5 | 38 | 3C |
| Octal | 322 | 150 | 137 | 0 | 62 | 67 | 22 | 5 | 70 | 74 |
| Binary | 11010010 | 1101000 | 1011111 | 0 | 110010 | 110111 | 10010 | 101 | 111000 | 111100 |
Color Harmonies of #D2685F
Complementary color
Monochromatic Colors of #D2685F
Black with #D2685F
Text Example
Text Example
White with #D2685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2685F; }
p { color: rgb(210,104,95); }
H1.HeaderClassName
{
color: #D2685F;
}
.AnyTagClassName
{
color: #D2685F;
}
</style>
background-color css
<style>
a { background-color: #D2685F; }
a { background-color: rgb(210,104,95); }
div.DivClassName
{
background-color: #D2685F;
}
.BgClassName
{
background-color: #D2685F;
}
</style>
border-color css
<style>
span { border-color: #D2685F; }
span { border-color: rgb(210,104,95); }
td.TdClassName
{
border-color: #D2685F;
}
.TagClassName
{
border-color: #D2685F;
}
</style>