Shades of Dark Coral #D05D41
Tints of Dark Coral #D05D41
RGB
CMYK
RGB Variations
Color information
#D05D41 (or 0xD05D41) is known color: Dark Coral. HEX triplet: D0, 5D and 41. RGB value is (208,93,65). Sum of RGB (Red+Green+Blue) = 208+93+65=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D05D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05D41 is #2FA2BE. Grayscale: #7C7C7C. Windows color (decimal): -3121855 or 4283856. OLE color: 4283856.
HSL color Cylindrical-coordinate representation of color #D05D41: hue angle of 11.75º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D05D41 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 93 | 65 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.18 |
| HSL | 11.75º | 0.6% | 0.54% | - |
| HSV(B) | 11.75º | 0.69% | 0.82% | - |
| XYZ | 30.88 | 21.62 | 7.55 | - |
| YUV | 124.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 93 | 65 | 0 | 0.55 | 0.69 | 0.18 | 11.75 | 0.6 | 0.54 |
| Hex | D0 | 5D | 41 | 0 | 37 | 45 | 12 | C | 3C | 36 |
| Octal | 320 | 135 | 101 | 0 | 67 | 105 | 22 | 14 | 74 | 66 |
| Binary | 11010000 | 1011101 | 1000001 | 0 | 110111 | 1000101 | 10010 | 1100 | 111100 | 110110 |
Color Harmonies of #D05D41
Complementary color
Monochromatic Colors of #D05D41
Black with #D05D41
Text Example
Text Example
White with #D05D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05D41; }
p { color: rgb(208,93,65); }
H1.HeaderClassName
{
color: #D05D41;
}
.AnyTagClassName
{
color: #D05D41;
}
</style>
background-color css
<style>
a { background-color: #D05D41; }
a { background-color: rgb(208,93,65); }
div.DivClassName
{
background-color: #D05D41;
}
.BgClassName
{
background-color: #D05D41;
}
</style>
border-color css
<style>
span { border-color: #D05D41; }
span { border-color: rgb(208,93,65); }
td.TdClassName
{
border-color: #D05D41;
}
.TagClassName
{
border-color: #D05D41;
}
</style>