Shades of Roman #D26B5F
Tints of Roman #D26B5F
RGB
CMYK
RGB Variations
Color information
#D26B5F (or 0xD26B5F) is known color: Roman. HEX triplet: D2, 6B and 5F. RGB value is (210,107,95). Sum of RGB (Red+Green+Blue) = 210+107+95=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26B5F is #2D94A0. Grayscale: #888888. Windows color (decimal): -2987169 or 6253522. OLE color: 6253522.
HSL color Cylindrical-coordinate representation of color #D26B5F: hue angle of 6.26º 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 #D26B5F is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 95 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.18 |
| HSL | 6.26º | 0.56% | 0.6% | - |
| HSV(B) | 6.26º | 0.55% | 0.82% | - |
| XYZ | 33.9 | 25.04 | 13.87 | - |
| YUV | 136.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 95 | 0 | 0.49 | 0.55 | 0.18 | 6.26 | 0.56 | 0.6 |
| Hex | D2 | 6B | 5F | 0 | 31 | 37 | 12 | 6 | 38 | 3C |
| Octal | 322 | 153 | 137 | 0 | 61 | 67 | 22 | 6 | 70 | 74 |
| Binary | 11010010 | 1101011 | 1011111 | 0 | 110001 | 110111 | 10010 | 110 | 111000 | 111100 |
Color Harmonies of #D26B5F
Complementary color
Monochromatic Colors of #D26B5F
Black with #D26B5F
Text Example
Text Example
White with #D26B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B5F; }
p { color: rgb(210,107,95); }
H1.HeaderClassName
{
color: #D26B5F;
}
.AnyTagClassName
{
color: #D26B5F;
}
</style>
background-color css
<style>
a { background-color: #D26B5F; }
a { background-color: rgb(210,107,95); }
div.DivClassName
{
background-color: #D26B5F;
}
.BgClassName
{
background-color: #D26B5F;
}
</style>
border-color css
<style>
span { border-color: #D26B5F; }
span { border-color: rgb(210,107,95); }
td.TdClassName
{
border-color: #D26B5F;
}
.TagClassName
{
border-color: #D26B5F;
}
</style>