Shades of Dark Coral #DA6143
Tints of Dark Coral #DA6143
RGB
CMYK
RGB Variations
Color information
#DA6143 (or 0xDA6143) is known color: Dark Coral. HEX triplet: DA, 61 and 43. RGB value is (218,97,67). Sum of RGB (Red+Green+Blue) = 218+97+67=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6143 is #259EBC. Grayscale: #828282. Windows color (decimal): -2465469 or 4415962. OLE color: 4415962.
HSL color Cylindrical-coordinate representation of color #DA6143: hue angle of 11.92º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA6143 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 67 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.15 |
| HSL | 11.92º | 0.67% | 0.56% | - |
| HSV(B) | 11.92º | 0.69% | 0.85% | - |
| XYZ | 34.2 | 23.86 | 8.11 | - |
| YUV | 129.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 67 | 0 | 0.56 | 0.69 | 0.15 | 11.92 | 0.67 | 0.56 |
| Hex | DA | 61 | 43 | 0 | 38 | 45 | F | C | 43 | 38 |
| Octal | 332 | 141 | 103 | 0 | 70 | 105 | 17 | 14 | 103 | 70 |
| Binary | 11011010 | 1100001 | 1000011 | 0 | 111000 | 1000101 | 1111 | 1100 | 1000011 | 111000 |
Color Harmonies of #DA6143
Complementary color
Monochromatic Colors of #DA6143
Black with #DA6143
Text Example
Text Example
White with #DA6143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6143; }
p { color: rgb(218,97,67); }
H1.HeaderClassName
{
color: #DA6143;
}
.AnyTagClassName
{
color: #DA6143;
}
</style>
background-color css
<style>
a { background-color: #DA6143; }
a { background-color: rgb(218,97,67); }
div.DivClassName
{
background-color: #DA6143;
}
.BgClassName
{
background-color: #DA6143;
}
</style>
border-color css
<style>
span { border-color: #DA6143; }
span { border-color: rgb(218,97,67); }
td.TdClassName
{
border-color: #DA6143;
}
.TagClassName
{
border-color: #DA6143;
}
</style>