Shades of Roman #DA655A
Tints of Roman #DA655A
RGB
CMYK
RGB Variations
Color information
#DA655A (or 0xDA655A) is known color: Roman. HEX triplet: DA, 65 and 5A. RGB value is (218,101,90). Sum of RGB (Red+Green+Blue) = 218+101+90=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA655A is #259AA5. Grayscale: #868686. Windows color (decimal): -2464422 or 5924314. OLE color: 5924314.
HSL color Cylindrical-coordinate representation of color #DA655A: hue angle of 5.16º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA655A is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 90 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.15 |
| HSL | 5.16º | 0.63% | 0.6% | - |
| HSV(B) | 5.16º | 0.59% | 0.85% | - |
| XYZ | 35.41 | 24.95 | 12.62 | - |
| YUV | 134.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 90 | 0 | 0.54 | 0.59 | 0.15 | 5.16 | 0.63 | 0.6 |
| Hex | DA | 65 | 5A | 0 | 36 | 3B | F | 5 | 3F | 3C |
| Octal | 332 | 145 | 132 | 0 | 66 | 73 | 17 | 5 | 77 | 74 |
| Binary | 11011010 | 1100101 | 1011010 | 0 | 110110 | 111011 | 1111 | 101 | 111111 | 111100 |
Color Harmonies of #DA655A
Complementary color
Monochromatic Colors of #DA655A
Black with #DA655A
Text Example
Text Example
White with #DA655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA655A; }
p { color: rgb(218,101,90); }
H1.HeaderClassName
{
color: #DA655A;
}
.AnyTagClassName
{
color: #DA655A;
}
</style>
background-color css
<style>
a { background-color: #DA655A; }
a { background-color: rgb(218,101,90); }
div.DivClassName
{
background-color: #DA655A;
}
.BgClassName
{
background-color: #DA655A;
}
</style>
border-color css
<style>
span { border-color: #DA655A; }
span { border-color: rgb(218,101,90); }
td.TdClassName
{
border-color: #DA655A;
}
.TagClassName
{
border-color: #DA655A;
}
</style>