Shades of Roman #DA675A
Tints of Roman #DA675A
RGB
CMYK
RGB Variations
Color information
#DA675A (or 0xDA675A) is known color: Roman. HEX triplet: DA, 67 and 5A. RGB value is (218,103,90). Sum of RGB (Red+Green+Blue) = 218+103+90=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA675A is #2598A5. Grayscale: #888888. Windows color (decimal): -2463910 or 5924826. OLE color: 5924826.
HSL color Cylindrical-coordinate representation of color #DA675A: hue angle of 6.09º 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 #DA675A is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 90 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.15 |
| HSL | 6.09º | 0.63% | 0.6% | - |
| HSV(B) | 6.09º | 0.59% | 0.85% | - |
| XYZ | 35.61 | 25.34 | 12.69 | - |
| YUV | 135.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 90 | 0 | 0.53 | 0.59 | 0.15 | 6.09 | 0.63 | 0.6 |
| Hex | DA | 67 | 5A | 0 | 35 | 3B | F | 6 | 3F | 3C |
| Octal | 332 | 147 | 132 | 0 | 65 | 73 | 17 | 6 | 77 | 74 |
| Binary | 11011010 | 1100111 | 1011010 | 0 | 110101 | 111011 | 1111 | 110 | 111111 | 111100 |
Color Harmonies of #DA675A
Complementary color
Monochromatic Colors of #DA675A
Black with #DA675A
Text Example
Text Example
White with #DA675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA675A; }
p { color: rgb(218,103,90); }
H1.HeaderClassName
{
color: #DA675A;
}
.AnyTagClassName
{
color: #DA675A;
}
</style>
background-color css
<style>
a { background-color: #DA675A; }
a { background-color: rgb(218,103,90); }
div.DivClassName
{
background-color: #DA675A;
}
.BgClassName
{
background-color: #DA675A;
}
</style>
border-color css
<style>
span { border-color: #DA675A; }
span { border-color: rgb(218,103,90); }
td.TdClassName
{
border-color: #DA675A;
}
.TagClassName
{
border-color: #DA675A;
}
</style>