Shades of Roman #DA675C
Tints of Roman #DA675C
RGB
CMYK
RGB Variations
Color information
#DA675C (or 0xDA675C) is known color: Roman. HEX triplet: DA, 67 and 5C. RGB value is (218,103,92). Sum of RGB (Red+Green+Blue) = 218+103+92=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA675C is #2598A3. Grayscale: #888888. Windows color (decimal): -2463908 or 6055898. OLE color: 6055898.
HSL color Cylindrical-coordinate representation of color #DA675C: hue angle of 5.24º 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 #DA675C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 92 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.15 |
| HSL | 5.24º | 0.63% | 0.61% | - |
| HSV(B) | 5.24º | 0.58% | 0.85% | - |
| XYZ | 35.7 | 25.38 | 13.14 | - |
| YUV | 136.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 92 | 0 | 0.53 | 0.58 | 0.15 | 5.24 | 0.63 | 0.61 |
| Hex | DA | 67 | 5C | 0 | 35 | 3A | F | 5 | 3F | 3D |
| Octal | 332 | 147 | 134 | 0 | 65 | 72 | 17 | 5 | 77 | 75 |
| Binary | 11011010 | 1100111 | 1011100 | 0 | 110101 | 111010 | 1111 | 101 | 111111 | 111101 |
Color Harmonies of #DA675C
Complementary color
Monochromatic Colors of #DA675C
Black with #DA675C
Text Example
Text Example
White with #DA675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA675C; }
p { color: rgb(218,103,92); }
H1.HeaderClassName
{
color: #DA675C;
}
.AnyTagClassName
{
color: #DA675C;
}
</style>
background-color css
<style>
a { background-color: #DA675C; }
a { background-color: rgb(218,103,92); }
div.DivClassName
{
background-color: #DA675C;
}
.BgClassName
{
background-color: #DA675C;
}
</style>
border-color css
<style>
span { border-color: #DA675C; }
span { border-color: rgb(218,103,92); }
td.TdClassName
{
border-color: #DA675C;
}
.TagClassName
{
border-color: #DA675C;
}
</style>