Shades of Roman #D26767
Tints of Roman #D26767
RGB
CMYK
RGB Variations
Color information
#D26767 (or 0xD26767) is known color: Roman. HEX triplet: D2, 67 and 67. RGB value is (210,103,103). Sum of RGB (Red+Green+Blue) = 210+103+103=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D26767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26767 is #2D9898. Grayscale: #878787. Windows color (decimal): -2988185 or 6776786. OLE color: 6776786.
HSL color Cylindrical-coordinate representation of color #D26767: hue angle of 0º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26767 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 103 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.18 |
| HSL | 0º | 0.54% | 0.61% | - |
| HSV(B) | 0º | 0.51% | 0.82% | - |
| XYZ | 33.88 | 24.38 | 15.75 | - |
| YUV | 134.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 103 | 0 | 0.51 | 0.51 | 0.18 | 0 | 0.54 | 0.61 |
| Hex | D2 | 67 | 67 | 0 | 33 | 33 | 12 | 0 | 36 | 3D |
| Octal | 322 | 147 | 147 | 0 | 63 | 63 | 22 | 0 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1100111 | 0 | 110011 | 110011 | 10010 | 0 | 110110 | 111101 |
Color Harmonies of #D26767
Complementary color
Monochromatic Colors of #D26767
Black with #D26767
Text Example
Text Example
White with #D26767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26767; }
p { color: rgb(210,103,103); }
H1.HeaderClassName
{
color: #D26767;
}
.AnyTagClassName
{
color: #D26767;
}
</style>
background-color css
<style>
a { background-color: #D26767; }
a { background-color: rgb(210,103,103); }
div.DivClassName
{
background-color: #D26767;
}
.BgClassName
{
background-color: #D26767;
}
</style>
border-color css
<style>
span { border-color: #D26767; }
span { border-color: rgb(210,103,103); }
td.TdClassName
{
border-color: #D26767;
}
.TagClassName
{
border-color: #D26767;
}
</style>