Shades of Dark Coral #D05A3F
Tints of Dark Coral #D05A3F
RGB
CMYK
RGB Variations
Color information
#D05A3F (or 0xD05A3F) is known color: Dark Coral. HEX triplet: D0, 5A and 3F. RGB value is (208,90,63). Sum of RGB (Red+Green+Blue) = 208+90+63=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05A3F is #2FA5C0. Grayscale: #7A7A7A. Windows color (decimal): -3122625 or 4152016. OLE color: 4152016.
HSL color Cylindrical-coordinate representation of color #D05A3F: hue angle of 11.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D05A3F is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 90 | 63 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.18 |
| HSL | 11.17º | 0.61% | 0.53% | - |
| HSV(B) | 11.17º | 0.7% | 0.82% | - |
| XYZ | 30.57 | 21.08 | 7.16 | - |
| YUV | 122.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 90 | 63 | 0 | 0.57 | 0.70 | 0.18 | 11.17 | 0.61 | 0.53 |
| Hex | D0 | 5A | 3F | 0 | 39 | 46 | 12 | B | 3D | 35 |
| Octal | 320 | 132 | 77 | 0 | 71 | 106 | 22 | 13 | 75 | 65 |
| Binary | 11010000 | 1011010 | 111111 | 0 | 111001 | 1000110 | 10010 | 1011 | 111101 | 110101 |
Color Harmonies of #D05A3F
Complementary color
Monochromatic Colors of #D05A3F
Black with #D05A3F
Text Example
Text Example
White with #D05A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05A3F; }
p { color: rgb(208,90,63); }
H1.HeaderClassName
{
color: #D05A3F;
}
.AnyTagClassName
{
color: #D05A3F;
}
</style>
background-color css
<style>
a { background-color: #D05A3F; }
a { background-color: rgb(208,90,63); }
div.DivClassName
{
background-color: #D05A3F;
}
.BgClassName
{
background-color: #D05A3F;
}
</style>
border-color css
<style>
span { border-color: #D05A3F; }
span { border-color: rgb(208,90,63); }
td.TdClassName
{
border-color: #D05A3F;
}
.TagClassName
{
border-color: #D05A3F;
}
</style>