Shades of Dark Coral #D05C3E
Tints of Dark Coral #D05C3E
RGB
CMYK
RGB Variations
Color information
#D05C3E (or 0xD05C3E) is known color: Dark Coral. HEX triplet: D0, 5C and 3E. RGB value is (208,92,62). Sum of RGB (Red+Green+Blue) = 208+92+62=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05C3E is #2FA3C1. Grayscale: #7B7B7B. Windows color (decimal): -3122114 or 4086992. OLE color: 4086992.
HSL color Cylindrical-coordinate representation of color #D05C3E: hue angle of 12.33º 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 #D05C3E is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 62 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.18 |
| HSL | 12.33º | 0.61% | 0.53% | - |
| HSV(B) | 12.33º | 0.7% | 0.82% | - |
| XYZ | 30.71 | 21.41 | 7.07 | - |
| YUV | 123.26 | 93.43 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 62 | 0 | 0.56 | 0.70 | 0.18 | 12.33 | 0.61 | 0.53 |
| Hex | D0 | 5C | 3E | 0 | 38 | 46 | 12 | C | 3D | 35 |
| Octal | 320 | 134 | 76 | 0 | 70 | 106 | 22 | 14 | 75 | 65 |
| Binary | 11010000 | 1011100 | 111110 | 0 | 111000 | 1000110 | 10010 | 1100 | 111101 | 110101 |
Color Harmonies of #D05C3E
Complementary color
Monochromatic Colors of #D05C3E
Black with #D05C3E
Text Example
Text Example
White with #D05C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C3E; }
p { color: rgb(208,92,62); }
H1.HeaderClassName
{
color: #D05C3E;
}
.AnyTagClassName
{
color: #D05C3E;
}
</style>
background-color css
<style>
a { background-color: #D05C3E; }
a { background-color: rgb(208,92,62); }
div.DivClassName
{
background-color: #D05C3E;
}
.BgClassName
{
background-color: #D05C3E;
}
</style>
border-color css
<style>
span { border-color: #D05C3E; }
span { border-color: rgb(208,92,62); }
td.TdClassName
{
border-color: #D05C3E;
}
.TagClassName
{
border-color: #D05C3E;
}
</style>