Shades of Roman #D4655A
Tints of Roman #D4655A
RGB
CMYK
RGB Variations
Color information
#D4655A (or 0xD4655A) is known color: Roman. HEX triplet: D4, 65 and 5A. RGB value is (212,101,90). Sum of RGB (Red+Green+Blue) = 212+101+90=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4655A is #2B9AA5. Grayscale: #858585. Windows color (decimal): -2857638 or 5924308. OLE color: 5924308.
HSL color Cylindrical-coordinate representation of color #D4655A: hue angle of 5.41º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4655A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 90 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.17 |
| HSL | 5.41º | 0.59% | 0.59% | - |
| HSV(B) | 5.41º | 0.58% | 0.83% | - |
| XYZ | 33.65 | 24.04 | 12.54 | - |
| YUV | 132.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 90 | 0 | 0.52 | 0.58 | 0.17 | 5.41 | 0.59 | 0.59 |
| Hex | D4 | 65 | 5A | 0 | 34 | 3A | 11 | 5 | 3B | 3B |
| Octal | 324 | 145 | 132 | 0 | 64 | 72 | 21 | 5 | 73 | 73 |
| Binary | 11010100 | 1100101 | 1011010 | 0 | 110100 | 111010 | 10001 | 101 | 111011 | 111011 |
Color Harmonies of #D4655A
Complementary color
Monochromatic Colors of #D4655A
Black with #D4655A
Text Example
Text Example
White with #D4655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4655A; }
p { color: rgb(212,101,90); }
H1.HeaderClassName
{
color: #D4655A;
}
.AnyTagClassName
{
color: #D4655A;
}
</style>
background-color css
<style>
a { background-color: #D4655A; }
a { background-color: rgb(212,101,90); }
div.DivClassName
{
background-color: #D4655A;
}
.BgClassName
{
background-color: #D4655A;
}
</style>
border-color css
<style>
span { border-color: #D4655A; }
span { border-color: rgb(212,101,90); }
td.TdClassName
{
border-color: #D4655A;
}
.TagClassName
{
border-color: #D4655A;
}
</style>