Shades of Roman #DA655D
Tints of Roman #DA655D
RGB
CMYK
RGB Variations
Color information
#DA655D (or 0xDA655D) is known color: Roman. HEX triplet: DA, 65 and 5D. RGB value is (218,101,93). Sum of RGB (Red+Green+Blue) = 218+101+93=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA655D is #259AA2. Grayscale: #878787. Windows color (decimal): -2464419 or 6120922. OLE color: 6120922.
HSL color Cylindrical-coordinate representation of color #DA655D: hue angle of 3.84º 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 #DA655D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 93 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.15 |
| HSL | 3.84º | 0.63% | 0.61% | - |
| HSV(B) | 3.84º | 0.57% | 0.85% | - |
| XYZ | 35.54 | 25 | 13.31 | - |
| YUV | 135.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 93 | 0 | 0.54 | 0.57 | 0.15 | 3.84 | 0.63 | 0.61 |
| Hex | DA | 65 | 5D | 0 | 36 | 39 | F | 4 | 3F | 3D |
| Octal | 332 | 145 | 135 | 0 | 66 | 71 | 17 | 4 | 77 | 75 |
| Binary | 11011010 | 1100101 | 1011101 | 0 | 110110 | 111001 | 1111 | 100 | 111111 | 111101 |
Color Harmonies of #DA655D
Complementary color
Monochromatic Colors of #DA655D
Black with #DA655D
Text Example
Text Example
White with #DA655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA655D; }
p { color: rgb(218,101,93); }
H1.HeaderClassName
{
color: #DA655D;
}
.AnyTagClassName
{
color: #DA655D;
}
</style>
background-color css
<style>
a { background-color: #DA655D; }
a { background-color: rgb(218,101,93); }
div.DivClassName
{
background-color: #DA655D;
}
.BgClassName
{
background-color: #DA655D;
}
</style>
border-color css
<style>
span { border-color: #DA655D; }
span { border-color: rgb(218,101,93); }
td.TdClassName
{
border-color: #DA655D;
}
.TagClassName
{
border-color: #DA655D;
}
</style>