Shades of Dark Coral #D0634A
Tints of Dark Coral #D0634A
RGB
CMYK
RGB Variations
Color information
#D0634A (or 0xD0634A) is known color: Dark Coral. HEX triplet: D0, 63 and 4A. RGB value is (208,99,74). Sum of RGB (Red+Green+Blue) = 208+99+74=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0634A is #2F9CB5. Grayscale: #808080. Windows color (decimal): -3120310 or 4875216. OLE color: 4875216.
HSL color Cylindrical-coordinate representation of color #D0634A: hue angle of 11.19º 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 #D0634A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 74 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.18 |
| HSL | 11.19º | 0.59% | 0.55% | - |
| HSV(B) | 11.19º | 0.64% | 0.82% | - |
| XYZ | 31.71 | 22.83 | 9.21 | - |
| YUV | 128.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 74 | 0 | 0.52 | 0.64 | 0.18 | 11.19 | 0.59 | 0.55 |
| Hex | D0 | 63 | 4A | 0 | 34 | 40 | 12 | B | 3B | 37 |
| Octal | 320 | 143 | 112 | 0 | 64 | 100 | 22 | 13 | 73 | 67 |
| Binary | 11010000 | 1100011 | 1001010 | 0 | 110100 | 1000000 | 10010 | 1011 | 111011 | 110111 |
Color Harmonies of #D0634A
Complementary color
Monochromatic Colors of #D0634A
Black with #D0634A
Text Example
Text Example
White with #D0634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0634A; }
p { color: rgb(208,99,74); }
H1.HeaderClassName
{
color: #D0634A;
}
.AnyTagClassName
{
color: #D0634A;
}
</style>
background-color css
<style>
a { background-color: #D0634A; }
a { background-color: rgb(208,99,74); }
div.DivClassName
{
background-color: #D0634A;
}
.BgClassName
{
background-color: #D0634A;
}
</style>
border-color css
<style>
span { border-color: #D0634A; }
span { border-color: rgb(208,99,74); }
td.TdClassName
{
border-color: #D0634A;
}
.TagClassName
{
border-color: #D0634A;
}
</style>