Shades of Dark Coral #D26548
Tints of Dark Coral #D26548
RGB
CMYK
RGB Variations
Color information
#D26548 (or 0xD26548) is known color: Dark Coral. HEX triplet: D2, 65 and 48. RGB value is (210,101,72). Sum of RGB (Red+Green+Blue) = 210+101+72=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D26548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26548 is #2D9AB7. Grayscale: #828282. Windows color (decimal): -2988728 or 4744658. OLE color: 4744658.
HSL color Cylindrical-coordinate representation of color #D26548: hue angle of 12.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D26548 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 72 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.18 |
| HSL | 12.61º | 0.61% | 0.55% | - |
| HSV(B) | 12.61º | 0.66% | 0.82% | - |
| XYZ | 32.4 | 23.48 | 8.95 | - |
| YUV | 130.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 72 | 0 | 0.52 | 0.66 | 0.18 | 12.61 | 0.61 | 0.55 |
| Hex | D2 | 65 | 48 | 0 | 34 | 42 | 12 | D | 3D | 37 |
| Octal | 322 | 145 | 110 | 0 | 64 | 102 | 22 | 15 | 75 | 67 |
| Binary | 11010010 | 1100101 | 1001000 | 0 | 110100 | 1000010 | 10010 | 1101 | 111101 | 110111 |
Color Harmonies of #D26548
Complementary color
Monochromatic Colors of #D26548
Black with #D26548
Text Example
Text Example
White with #D26548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26548; }
p { color: rgb(210,101,72); }
H1.HeaderClassName
{
color: #D26548;
}
.AnyTagClassName
{
color: #D26548;
}
</style>
background-color css
<style>
a { background-color: #D26548; }
a { background-color: rgb(210,101,72); }
div.DivClassName
{
background-color: #D26548;
}
.BgClassName
{
background-color: #D26548;
}
</style>
border-color css
<style>
span { border-color: #D26548; }
span { border-color: rgb(210,101,72); }
td.TdClassName
{
border-color: #D26548;
}
.TagClassName
{
border-color: #D26548;
}
</style>