Shades of Roman #D4675A
Tints of Roman #D4675A
RGB
CMYK
RGB Variations
Color information
#D4675A (or 0xD4675A) is known color: Roman. HEX triplet: D4, 67 and 5A. RGB value is (212,103,90). Sum of RGB (Red+Green+Blue) = 212+103+90=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4675A is #2B98A5. Grayscale: #868686. Windows color (decimal): -2857126 or 5924820. OLE color: 5924820.
HSL color Cylindrical-coordinate representation of color #D4675A: hue angle of 6.39º 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 #D4675A is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 90 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.17 |
| HSL | 6.39º | 0.59% | 0.59% | - |
| HSV(B) | 6.39º | 0.58% | 0.83% | - |
| XYZ | 33.85 | 24.44 | 12.61 | - |
| YUV | 134.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 90 | 0 | 0.51 | 0.58 | 0.17 | 6.39 | 0.59 | 0.59 |
| Hex | D4 | 67 | 5A | 0 | 33 | 3A | 11 | 6 | 3B | 3B |
| Octal | 324 | 147 | 132 | 0 | 63 | 72 | 21 | 6 | 73 | 73 |
| Binary | 11010100 | 1100111 | 1011010 | 0 | 110011 | 111010 | 10001 | 110 | 111011 | 111011 |
Color Harmonies of #D4675A
Complementary color
Monochromatic Colors of #D4675A
Black with #D4675A
Text Example
Text Example
White with #D4675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4675A; }
p { color: rgb(212,103,90); }
H1.HeaderClassName
{
color: #D4675A;
}
.AnyTagClassName
{
color: #D4675A;
}
</style>
background-color css
<style>
a { background-color: #D4675A; }
a { background-color: rgb(212,103,90); }
div.DivClassName
{
background-color: #D4675A;
}
.BgClassName
{
background-color: #D4675A;
}
</style>
border-color css
<style>
span { border-color: #D4675A; }
span { border-color: rgb(212,103,90); }
td.TdClassName
{
border-color: #D4675A;
}
.TagClassName
{
border-color: #D4675A;
}
</style>