Shades of Roman #DA675B
Tints of Roman #DA675B
RGB
CMYK
RGB Variations
Color information
#DA675B (or 0xDA675B) is known color: Roman. HEX triplet: DA, 67 and 5B. RGB value is (218,103,91). Sum of RGB (Red+Green+Blue) = 218+103+91=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA675B is #2598A4. Grayscale: #888888. Windows color (decimal): -2463909 or 5990362. OLE color: 5990362.
HSL color Cylindrical-coordinate representation of color #DA675B: hue angle of 5.67º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA675B is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 91 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.15 |
| HSL | 5.67º | 0.63% | 0.61% | - |
| HSV(B) | 5.67º | 0.58% | 0.85% | - |
| XYZ | 35.65 | 25.36 | 12.91 | - |
| YUV | 136.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 91 | 0 | 0.53 | 0.58 | 0.15 | 5.67 | 0.63 | 0.61 |
| Hex | DA | 67 | 5B | 0 | 35 | 3A | F | 6 | 3F | 3D |
| Octal | 332 | 147 | 133 | 0 | 65 | 72 | 17 | 6 | 77 | 75 |
| Binary | 11011010 | 1100111 | 1011011 | 0 | 110101 | 111010 | 1111 | 110 | 111111 | 111101 |
Color Harmonies of #DA675B
Complementary color
Monochromatic Colors of #DA675B
Black with #DA675B
Text Example
Text Example
White with #DA675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA675B; }
p { color: rgb(218,103,91); }
H1.HeaderClassName
{
color: #DA675B;
}
.AnyTagClassName
{
color: #DA675B;
}
</style>
background-color css
<style>
a { background-color: #DA675B; }
a { background-color: rgb(218,103,91); }
div.DivClassName
{
background-color: #DA675B;
}
.BgClassName
{
background-color: #DA675B;
}
</style>
border-color css
<style>
span { border-color: #DA675B; }
span { border-color: rgb(218,103,91); }
td.TdClassName
{
border-color: #DA675B;
}
.TagClassName
{
border-color: #DA675B;
}
</style>