Shades of Roman #DA655E
Tints of Roman #DA655E
RGB
CMYK
RGB Variations
Color information
#DA655E (or 0xDA655E) is known color: Roman. HEX triplet: DA, 65 and 5E. RGB value is (218,101,94). Sum of RGB (Red+Green+Blue) = 218+101+94=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA655E is #259AA1. Grayscale: #878787. Windows color (decimal): -2464418 or 6186458. OLE color: 6186458.
HSL color Cylindrical-coordinate representation of color #DA655E: hue angle of 3.39º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA655E is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 94 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.15 |
| HSL | 3.39º | 0.63% | 0.61% | - |
| HSV(B) | 3.39º | 0.57% | 0.85% | - |
| XYZ | 35.59 | 25.02 | 13.54 | - |
| YUV | 135.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 94 | 0 | 0.54 | 0.57 | 0.15 | 3.39 | 0.63 | 0.61 |
| Hex | DA | 65 | 5E | 0 | 36 | 39 | F | 3 | 3F | 3D |
| Octal | 332 | 145 | 136 | 0 | 66 | 71 | 17 | 3 | 77 | 75 |
| Binary | 11011010 | 1100101 | 1011110 | 0 | 110110 | 111001 | 1111 | 11 | 111111 | 111101 |
Color Harmonies of #DA655E
Complementary color
Monochromatic Colors of #DA655E
Black with #DA655E
Text Example
Text Example
White with #DA655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA655E; }
p { color: rgb(218,101,94); }
H1.HeaderClassName
{
color: #DA655E;
}
.AnyTagClassName
{
color: #DA655E;
}
</style>
background-color css
<style>
a { background-color: #DA655E; }
a { background-color: rgb(218,101,94); }
div.DivClassName
{
background-color: #DA655E;
}
.BgClassName
{
background-color: #DA655E;
}
</style>
border-color css
<style>
span { border-color: #DA655E; }
span { border-color: rgb(218,101,94); }
td.TdClassName
{
border-color: #DA655E;
}
.TagClassName
{
border-color: #DA655E;
}
</style>