Shades of Old Rose #D03656
Tints of Old Rose #D03656
RGB
CMYK
RGB Variations
Color information
#D03656 (or 0xD03656) is known color: Old Rose. HEX triplet: D0, 36 and 56. RGB value is (208,54,86). Sum of RGB (Red+Green+Blue) = 208+54+86=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D03656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03656 is #2FC9A9. Grayscale: #676767. Windows color (decimal): -3131818 or 5650128. OLE color: 5650128.
HSL color Cylindrical-coordinate representation of color #D03656: hue angle of 347.53º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03656 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 86 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.18 |
| HSL | 347.53º | 0.62% | 0.51% | - |
| HSV(B) | 347.53º | 0.74% | 0.82% | - |
| XYZ | 29.01 | 16.72 | 10.5 | - |
| YUV | 103.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 86 | 0 | 0.74 | 0.59 | 0.18 | 347.53 | 0.62 | 0.51 |
| Hex | D0 | 36 | 56 | 0 | 4A | 3B | 12 | 15C | 3E | 33 |
| Octal | 320 | 66 | 126 | 0 | 112 | 73 | 22 | 534 | 76 | 63 |
| Binary | 11010000 | 110110 | 1010110 | 0 | 1001010 | 111011 | 10010 | 101011100 | 111110 | 110011 |
Color Harmonies of #D03656
Complementary color
Monochromatic Colors of #D03656
Black with #D03656
Text Example
Text Example
White with #D03656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03656; }
p { color: rgb(208,54,86); }
H1.HeaderClassName
{
color: #D03656;
}
.AnyTagClassName
{
color: #D03656;
}
</style>
background-color css
<style>
a { background-color: #D03656; }
a { background-color: rgb(208,54,86); }
div.DivClassName
{
background-color: #D03656;
}
.BgClassName
{
background-color: #D03656;
}
</style>
border-color css
<style>
span { border-color: #D03656; }
span { border-color: rgb(208,54,86); }
td.TdClassName
{
border-color: #D03656;
}
.TagClassName
{
border-color: #D03656;
}
</style>