Shades of Dark Coral #DA533F
Tints of Dark Coral #DA533F
RGB
CMYK
RGB Variations
Color information
#DA533F (or 0xDA533F) is known color: Dark Coral. HEX triplet: DA, 53 and 3F. RGB value is (218,83,63). Sum of RGB (Red+Green+Blue) = 218+83+63=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA533F is #25ACC0. Grayscale: #797979. Windows color (decimal): -2469057 or 4150234. OLE color: 4150234.
HSL color Cylindrical-coordinate representation of color #DA533F: hue angle of 7.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA533F is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 63 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.15 |
| HSL | 7.74º | 0.68% | 0.55% | - |
| HSV(B) | 7.74º | 0.71% | 0.85% | - |
| XYZ | 32.9 | 21.45 | 7.11 | - |
| YUV | 121.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 63 | 0 | 0.62 | 0.71 | 0.15 | 7.74 | 0.68 | 0.55 |
| Hex | DA | 53 | 3F | 0 | 3E | 47 | F | 8 | 44 | 37 |
| Octal | 332 | 123 | 77 | 0 | 76 | 107 | 17 | 10 | 104 | 67 |
| Binary | 11011010 | 1010011 | 111111 | 0 | 111110 | 1000111 | 1111 | 1000 | 1000100 | 110111 |
Color Harmonies of #DA533F
Complementary color
Monochromatic Colors of #DA533F
Black with #DA533F
Text Example
Text Example
White with #DA533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA533F; }
p { color: rgb(218,83,63); }
H1.HeaderClassName
{
color: #DA533F;
}
.AnyTagClassName
{
color: #DA533F;
}
</style>
background-color css
<style>
a { background-color: #DA533F; }
a { background-color: rgb(218,83,63); }
div.DivClassName
{
background-color: #DA533F;
}
.BgClassName
{
background-color: #DA533F;
}
</style>
border-color css
<style>
span { border-color: #DA533F; }
span { border-color: rgb(218,83,63); }
td.TdClassName
{
border-color: #DA533F;
}
.TagClassName
{
border-color: #DA533F;
}
</style>