Shades of Roman #DD675B
Tints of Roman #DD675B
RGB
CMYK
RGB Variations
Color information
#DD675B (or 0xDD675B) is known color: Roman. HEX triplet: DD, 67 and 5B. RGB value is (221,103,91). Sum of RGB (Red+Green+Blue) = 221+103+91=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD675B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD675B is #2298A4. Grayscale: #898989. Windows color (decimal): -2267301 or 5990365. OLE color: 5990365.
HSL color Cylindrical-coordinate representation of color #DD675B: hue angle of 5.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD675B is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 91 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.13 |
| HSL | 5.54º | 0.66% | 0.61% | - |
| HSV(B) | 5.54º | 0.59% | 0.87% | - |
| XYZ | 36.56 | 25.83 | 12.96 | - |
| YUV | 136.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 91 | 0 | 0.53 | 0.59 | 0.13 | 5.54 | 0.66 | 0.61 |
| Hex | DD | 67 | 5B | 0 | 35 | 3B | D | 6 | 42 | 3D |
| Octal | 335 | 147 | 133 | 0 | 65 | 73 | 15 | 6 | 102 | 75 |
| Binary | 11011101 | 1100111 | 1011011 | 0 | 110101 | 111011 | 1101 | 110 | 1000010 | 111101 |
Color Harmonies of #DD675B
Complementary color
Monochromatic Colors of #DD675B
Black with #DD675B
Text Example
Text Example
White with #DD675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD675B; }
p { color: rgb(221,103,91); }
H1.HeaderClassName
{
color: #DD675B;
}
.AnyTagClassName
{
color: #DD675B;
}
</style>
background-color css
<style>
a { background-color: #DD675B; }
a { background-color: rgb(221,103,91); }
div.DivClassName
{
background-color: #DD675B;
}
.BgClassName
{
background-color: #DD675B;
}
</style>
border-color css
<style>
span { border-color: #DD675B; }
span { border-color: rgb(221,103,91); }
td.TdClassName
{
border-color: #DD675B;
}
.TagClassName
{
border-color: #DD675B;
}
</style>