Shades of Roman #D0655A
Tints of Roman #D0655A
RGB
CMYK
RGB Variations
Color information
#D0655A (or 0xD0655A) is known color: Roman. HEX triplet: D0, 65 and 5A. RGB value is (208,101,90). Sum of RGB (Red+Green+Blue) = 208+101+90=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0655A is #2F9AA5. Grayscale: #838383. Windows color (decimal): -3119782 or 5924304. OLE color: 5924304.
HSL color Cylindrical-coordinate representation of color #D0655A: hue angle of 5.59º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0655A is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 90 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.18 |
| HSL | 5.59º | 0.56% | 0.58% | - |
| HSV(B) | 5.59º | 0.57% | 0.82% | - |
| XYZ | 32.51 | 23.46 | 12.49 | - |
| YUV | 131.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 90 | 0 | 0.51 | 0.57 | 0.18 | 5.59 | 0.56 | 0.58 |
| Hex | D0 | 65 | 5A | 0 | 33 | 39 | 12 | 6 | 38 | 3A |
| Octal | 320 | 145 | 132 | 0 | 63 | 71 | 22 | 6 | 70 | 72 |
| Binary | 11010000 | 1100101 | 1011010 | 0 | 110011 | 111001 | 10010 | 110 | 111000 | 111010 |
Color Harmonies of #D0655A
Complementary color
Monochromatic Colors of #D0655A
Black with #D0655A
Text Example
Text Example
White with #D0655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0655A; }
p { color: rgb(208,101,90); }
H1.HeaderClassName
{
color: #D0655A;
}
.AnyTagClassName
{
color: #D0655A;
}
</style>
background-color css
<style>
a { background-color: #D0655A; }
a { background-color: rgb(208,101,90); }
div.DivClassName
{
background-color: #D0655A;
}
.BgClassName
{
background-color: #D0655A;
}
</style>
border-color css
<style>
span { border-color: #D0655A; }
span { border-color: rgb(208,101,90); }
td.TdClassName
{
border-color: #D0655A;
}
.TagClassName
{
border-color: #D0655A;
}
</style>