Shades of Dark Coral #DA533D
Tints of Dark Coral #DA533D
RGB
CMYK
RGB Variations
Color information
#DA533D (or 0xDA533D) is known color: Dark Coral. HEX triplet: DA, 53 and 3D. RGB value is (218,83,61). Sum of RGB (Red+Green+Blue) = 218+83+61=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA533D is #25ACC2. Grayscale: #797979. Windows color (decimal): -2469059 or 4019162. OLE color: 4019162.
HSL color Cylindrical-coordinate representation of color #DA533D: hue angle of 8.41º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA533D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 61 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.15 |
| HSL | 8.41º | 0.68% | 0.55% | - |
| HSV(B) | 8.41º | 0.72% | 0.85% | - |
| XYZ | 32.85 | 21.43 | 6.82 | - |
| YUV | 120.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 61 | 0 | 0.62 | 0.72 | 0.15 | 8.41 | 0.68 | 0.55 |
| Hex | DA | 53 | 3D | 0 | 3E | 48 | F | 8 | 44 | 37 |
| Octal | 332 | 123 | 75 | 0 | 76 | 110 | 17 | 10 | 104 | 67 |
| Binary | 11011010 | 1010011 | 111101 | 0 | 111110 | 1001000 | 1111 | 1000 | 1000100 | 110111 |
Color Harmonies of #DA533D
Complementary color
Monochromatic Colors of #DA533D
Black with #DA533D
Text Example
Text Example
White with #DA533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA533D; }
p { color: rgb(218,83,61); }
H1.HeaderClassName
{
color: #DA533D;
}
.AnyTagClassName
{
color: #DA533D;
}
</style>
background-color css
<style>
a { background-color: #DA533D; }
a { background-color: rgb(218,83,61); }
div.DivClassName
{
background-color: #DA533D;
}
.BgClassName
{
background-color: #DA533D;
}
</style>
border-color css
<style>
span { border-color: #DA533D; }
span { border-color: rgb(218,83,61); }
td.TdClassName
{
border-color: #DA533D;
}
.TagClassName
{
border-color: #DA533D;
}
</style>