Shades of Roman #DA6967
Tints of Roman #DA6967
RGB
CMYK
RGB Variations
Color information
#DA6967 (or 0xDA6967) is known color: Roman. HEX triplet: DA, 69 and 67. RGB value is (218,105,103). Sum of RGB (Red+Green+Blue) = 218+105+103=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6967 is #259698. Grayscale: #8A8A8A. Windows color (decimal): -2463385 or 6777306. OLE color: 6777306.
HSL color Cylindrical-coordinate representation of color #DA6967: hue angle of 1.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6967 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 103 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.15 |
| HSL | 1.04º | 0.61% | 0.63% | - |
| HSV(B) | 1.04º | 0.53% | 0.85% | - |
| XYZ | 36.41 | 25.99 | 15.93 | - |
| YUV | 138.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 103 | 0 | 0.52 | 0.53 | 0.15 | 1.04 | 0.61 | 0.63 |
| Hex | DA | 69 | 67 | 0 | 34 | 35 | F | 1 | 3D | 3F |
| Octal | 332 | 151 | 147 | 0 | 64 | 65 | 17 | 1 | 75 | 77 |
| Binary | 11011010 | 1101001 | 1100111 | 0 | 110100 | 110101 | 1111 | 1 | 111101 | 111111 |
Color Harmonies of #DA6967
Complementary color
Monochromatic Colors of #DA6967
Black with #DA6967
Text Example
Text Example
White with #DA6967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6967; }
p { color: rgb(218,105,103); }
H1.HeaderClassName
{
color: #DA6967;
}
.AnyTagClassName
{
color: #DA6967;
}
</style>
background-color css
<style>
a { background-color: #DA6967; }
a { background-color: rgb(218,105,103); }
div.DivClassName
{
background-color: #DA6967;
}
.BgClassName
{
background-color: #DA6967;
}
</style>
border-color css
<style>
span { border-color: #DA6967; }
span { border-color: rgb(218,105,103); }
td.TdClassName
{
border-color: #DA6967;
}
.TagClassName
{
border-color: #DA6967;
}
</style>