Shades of Dark Coral #D05B4A
Tints of Dark Coral #D05B4A
RGB
CMYK
RGB Variations
Color information
#D05B4A (or 0xD05B4A) is known color: Dark Coral. HEX triplet: D0, 5B and 4A. RGB value is (208,91,74). Sum of RGB (Red+Green+Blue) = 208+91+74=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05B4A is #2FA4B5. Grayscale: #7C7C7C. Windows color (decimal): -3122358 or 4873168. OLE color: 4873168.
HSL color Cylindrical-coordinate representation of color #D05B4A: hue angle of 7.61º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D05B4A is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 91 | 74 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.18 |
| HSL | 7.61º | 0.59% | 0.55% | - |
| HSV(B) | 7.61º | 0.64% | 0.82% | - |
| XYZ | 30.99 | 21.39 | 8.97 | - |
| YUV | 124.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 91 | 74 | 0 | 0.56 | 0.64 | 0.18 | 7.61 | 0.59 | 0.55 |
| Hex | D0 | 5B | 4A | 0 | 38 | 40 | 12 | 8 | 3B | 37 |
| Octal | 320 | 133 | 112 | 0 | 70 | 100 | 22 | 10 | 73 | 67 |
| Binary | 11010000 | 1011011 | 1001010 | 0 | 111000 | 1000000 | 10010 | 1000 | 111011 | 110111 |
Color Harmonies of #D05B4A
Complementary color
Monochromatic Colors of #D05B4A
Black with #D05B4A
Text Example
Text Example
White with #D05B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05B4A; }
p { color: rgb(208,91,74); }
H1.HeaderClassName
{
color: #D05B4A;
}
.AnyTagClassName
{
color: #D05B4A;
}
</style>
background-color css
<style>
a { background-color: #D05B4A; }
a { background-color: rgb(208,91,74); }
div.DivClassName
{
background-color: #D05B4A;
}
.BgClassName
{
background-color: #D05B4A;
}
</style>
border-color css
<style>
span { border-color: #D05B4A; }
span { border-color: rgb(208,91,74); }
td.TdClassName
{
border-color: #D05B4A;
}
.TagClassName
{
border-color: #D05B4A;
}
</style>