Shades of Roman #DA655F
Tints of Roman #DA655F
RGB
CMYK
RGB Variations
Color information
#DA655F (or 0xDA655F) is known color: Roman. HEX triplet: DA, 65 and 5F. RGB value is (218,101,95). Sum of RGB (Red+Green+Blue) = 218+101+95=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA655F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA655F is #259AA0. Grayscale: #878787. Windows color (decimal): -2464417 or 6251994. OLE color: 6251994.
HSL color Cylindrical-coordinate representation of color #DA655F: hue angle of 2.93º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA655F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 95 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.15 |
| HSL | 2.93º | 0.62% | 0.61% | - |
| HSV(B) | 2.93º | 0.56% | 0.85% | - |
| XYZ | 35.63 | 25.04 | 13.78 | - |
| YUV | 135.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 95 | 0 | 0.54 | 0.56 | 0.15 | 2.93 | 0.62 | 0.61 |
| Hex | DA | 65 | 5F | 0 | 36 | 38 | F | 3 | 3E | 3D |
| Octal | 332 | 145 | 137 | 0 | 66 | 70 | 17 | 3 | 76 | 75 |
| Binary | 11011010 | 1100101 | 1011111 | 0 | 110110 | 111000 | 1111 | 11 | 111110 | 111101 |
Color Harmonies of #DA655F
Complementary color
Monochromatic Colors of #DA655F
Black with #DA655F
Text Example
Text Example
White with #DA655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA655F; }
p { color: rgb(218,101,95); }
H1.HeaderClassName
{
color: #DA655F;
}
.AnyTagClassName
{
color: #DA655F;
}
</style>
background-color css
<style>
a { background-color: #DA655F; }
a { background-color: rgb(218,101,95); }
div.DivClassName
{
background-color: #DA655F;
}
.BgClassName
{
background-color: #DA655F;
}
</style>
border-color css
<style>
span { border-color: #DA655F; }
span { border-color: rgb(218,101,95); }
td.TdClassName
{
border-color: #DA655F;
}
.TagClassName
{
border-color: #DA655F;
}
</style>