Shades of Roman #DA645F
Tints of Roman #DA645F
RGB
CMYK
RGB Variations
Color information
#DA645F (or 0xDA645F) is known color: Roman. HEX triplet: DA, 64 and 5F. RGB value is (218,100,95). Sum of RGB (Red+Green+Blue) = 218+100+95=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA645F is #259BA0. Grayscale: #868686. Windows color (decimal): -2464673 or 6251738. OLE color: 6251738.
HSL color Cylindrical-coordinate representation of color #DA645F: hue angle of 2.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA645F is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 95 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.15 |
| HSL | 2.44º | 0.62% | 0.61% | - |
| HSV(B) | 2.44º | 0.56% | 0.85% | - |
| XYZ | 35.54 | 24.85 | 13.75 | - |
| YUV | 134.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 95 | 0 | 0.54 | 0.56 | 0.15 | 2.44 | 0.62 | 0.61 |
| Hex | DA | 64 | 5F | 0 | 36 | 38 | F | 2 | 3E | 3D |
| Octal | 332 | 144 | 137 | 0 | 66 | 70 | 17 | 2 | 76 | 75 |
| Binary | 11011010 | 1100100 | 1011111 | 0 | 110110 | 111000 | 1111 | 10 | 111110 | 111101 |
Color Harmonies of #DA645F
Complementary color
Monochromatic Colors of #DA645F
Black with #DA645F
Text Example
Text Example
White with #DA645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA645F; }
p { color: rgb(218,100,95); }
H1.HeaderClassName
{
color: #DA645F;
}
.AnyTagClassName
{
color: #DA645F;
}
</style>
background-color css
<style>
a { background-color: #DA645F; }
a { background-color: rgb(218,100,95); }
div.DivClassName
{
background-color: #DA645F;
}
.BgClassName
{
background-color: #DA645F;
}
</style>
border-color css
<style>
span { border-color: #DA645F; }
span { border-color: rgb(218,100,95); }
td.TdClassName
{
border-color: #DA645F;
}
.TagClassName
{
border-color: #DA645F;
}
</style>