Shades of Roman #DA6B5C
Tints of Roman #DA6B5C
RGB
CMYK
RGB Variations
Color information
#DA6B5C (or 0xDA6B5C) is known color: Roman. HEX triplet: DA, 6B and 5C. RGB value is (218,107,92). Sum of RGB (Red+Green+Blue) = 218+107+92=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6B5C is #2594A3. Grayscale: #8A8A8A. Windows color (decimal): -2462884 or 6056922. OLE color: 6056922.
HSL color Cylindrical-coordinate representation of color #DA6B5C: hue angle of 7.14º 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 #DA6B5C is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 92 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.15 |
| HSL | 7.14º | 0.63% | 0.61% | - |
| HSV(B) | 7.14º | 0.58% | 0.85% | - |
| XYZ | 36.1 | 26.19 | 13.28 | - |
| YUV | 138.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 92 | 0 | 0.51 | 0.58 | 0.15 | 7.14 | 0.63 | 0.61 |
| Hex | DA | 6B | 5C | 0 | 33 | 3A | F | 7 | 3F | 3D |
| Octal | 332 | 153 | 134 | 0 | 63 | 72 | 17 | 7 | 77 | 75 |
| Binary | 11011010 | 1101011 | 1011100 | 0 | 110011 | 111010 | 1111 | 111 | 111111 | 111101 |
Color Harmonies of #DA6B5C
Complementary color
Monochromatic Colors of #DA6B5C
Black with #DA6B5C
Text Example
Text Example
White with #DA6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6B5C; }
p { color: rgb(218,107,92); }
H1.HeaderClassName
{
color: #DA6B5C;
}
.AnyTagClassName
{
color: #DA6B5C;
}
</style>
background-color css
<style>
a { background-color: #DA6B5C; }
a { background-color: rgb(218,107,92); }
div.DivClassName
{
background-color: #DA6B5C;
}
.BgClassName
{
background-color: #DA6B5C;
}
</style>
border-color css
<style>
span { border-color: #DA6B5C; }
span { border-color: rgb(218,107,92); }
td.TdClassName
{
border-color: #DA6B5C;
}
.TagClassName
{
border-color: #DA6B5C;
}
</style>