Shades of Roman #DA6A69
Tints of Roman #DA6A69
RGB
CMYK
RGB Variations
Color information
#DA6A69 (or 0xDA6A69) is known color: Roman. HEX triplet: DA, 6A and 69. RGB value is (218,106,105). Sum of RGB (Red+Green+Blue) = 218+106+105=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6A69 is #259596. Grayscale: #8B8B8B. Windows color (decimal): -2463127 or 6908634. OLE color: 6908634.
HSL color Cylindrical-coordinate representation of color #DA6A69: hue angle of 0.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6A69 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 105 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.15 |
| HSL | 0.53º | 0.6% | 0.63% | - |
| HSV(B) | 0.53º | 0.52% | 0.85% | - |
| XYZ | 36.62 | 26.23 | 16.5 | - |
| YUV | 139.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 105 | 0 | 0.51 | 0.52 | 0.15 | 0.53 | 0.6 | 0.63 |
| Hex | DA | 6A | 69 | 0 | 33 | 34 | F | 1 | 3C | 3F |
| Octal | 332 | 152 | 151 | 0 | 63 | 64 | 17 | 1 | 74 | 77 |
| Binary | 11011010 | 1101010 | 1101001 | 0 | 110011 | 110100 | 1111 | 1 | 111100 | 111111 |
Color Harmonies of #DA6A69
Complementary color
Monochromatic Colors of #DA6A69
Black with #DA6A69
Text Example
Text Example
White with #DA6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A69; }
p { color: rgb(218,106,105); }
H1.HeaderClassName
{
color: #DA6A69;
}
.AnyTagClassName
{
color: #DA6A69;
}
</style>
background-color css
<style>
a { background-color: #DA6A69; }
a { background-color: rgb(218,106,105); }
div.DivClassName
{
background-color: #DA6A69;
}
.BgClassName
{
background-color: #DA6A69;
}
</style>
border-color css
<style>
span { border-color: #DA6A69; }
span { border-color: rgb(218,106,105); }
td.TdClassName
{
border-color: #DA6A69;
}
.TagClassName
{
border-color: #DA6A69;
}
</style>