Shades of Roman #DA645B
Tints of Roman #DA645B
RGB
CMYK
RGB Variations
Color information
#DA645B (or 0xDA645B) is known color: Roman. HEX triplet: DA, 64 and 5B. RGB value is (218,100,91). Sum of RGB (Red+Green+Blue) = 218+100+91=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA645B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA645B is #259BA4. Grayscale: #868686. Windows color (decimal): -2464677 or 5989594. OLE color: 5989594.
HSL color Cylindrical-coordinate representation of color #DA645B: hue angle of 4.25º 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 #DA645B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 91 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.15 |
| HSL | 4.25º | 0.63% | 0.61% | - |
| HSV(B) | 4.25º | 0.58% | 0.85% | - |
| XYZ | 35.36 | 24.78 | 12.82 | - |
| YUV | 134.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 91 | 0 | 0.54 | 0.58 | 0.15 | 4.25 | 0.63 | 0.61 |
| Hex | DA | 64 | 5B | 0 | 36 | 3A | F | 4 | 3F | 3D |
| Octal | 332 | 144 | 133 | 0 | 66 | 72 | 17 | 4 | 77 | 75 |
| Binary | 11011010 | 1100100 | 1011011 | 0 | 110110 | 111010 | 1111 | 100 | 111111 | 111101 |
Color Harmonies of #DA645B
Complementary color
Monochromatic Colors of #DA645B
Black with #DA645B
Text Example
Text Example
White with #DA645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA645B; }
p { color: rgb(218,100,91); }
H1.HeaderClassName
{
color: #DA645B;
}
.AnyTagClassName
{
color: #DA645B;
}
</style>
background-color css
<style>
a { background-color: #DA645B; }
a { background-color: rgb(218,100,91); }
div.DivClassName
{
background-color: #DA645B;
}
.BgClassName
{
background-color: #DA645B;
}
</style>
border-color css
<style>
span { border-color: #DA645B; }
span { border-color: rgb(218,100,91); }
td.TdClassName
{
border-color: #DA645B;
}
.TagClassName
{
border-color: #DA645B;
}
</style>