Shades of Roman #DA665A
Tints of Roman #DA665A
RGB
CMYK
RGB Variations
Color information
#DA665A (or 0xDA665A) is known color: Roman. HEX triplet: DA, 66 and 5A. RGB value is (218,102,90). Sum of RGB (Red+Green+Blue) = 218+102+90=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA665A is #2599A5. Grayscale: #878787. Windows color (decimal): -2464166 or 5924570. OLE color: 5924570.
HSL color Cylindrical-coordinate representation of color #DA665A: hue angle of 5.62º 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 #DA665A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 90 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.15 |
| HSL | 5.63º | 0.63% | 0.6% | - |
| HSV(B) | 5.63º | 0.59% | 0.85% | - |
| XYZ | 35.51 | 25.15 | 12.65 | - |
| YUV | 135.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 90 | 0 | 0.53 | 0.59 | 0.15 | 5.63 | 0.63 | 0.6 |
| Hex | DA | 66 | 5A | 0 | 35 | 3B | F | 6 | 3F | 3C |
| Octal | 332 | 146 | 132 | 0 | 65 | 73 | 17 | 6 | 77 | 74 |
| Binary | 11011010 | 1100110 | 1011010 | 0 | 110101 | 111011 | 1111 | 110 | 111111 | 111100 |
Color Harmonies of #DA665A
Complementary color
Monochromatic Colors of #DA665A
Black with #DA665A
Text Example
Text Example
White with #DA665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA665A; }
p { color: rgb(218,102,90); }
H1.HeaderClassName
{
color: #DA665A;
}
.AnyTagClassName
{
color: #DA665A;
}
</style>
background-color css
<style>
a { background-color: #DA665A; }
a { background-color: rgb(218,102,90); }
div.DivClassName
{
background-color: #DA665A;
}
.BgClassName
{
background-color: #DA665A;
}
</style>
border-color css
<style>
span { border-color: #DA665A; }
span { border-color: rgb(218,102,90); }
td.TdClassName
{
border-color: #DA665A;
}
.TagClassName
{
border-color: #DA665A;
}
</style>