Shades of Dark Coral #D0644A
Tints of Dark Coral #D0644A
RGB
CMYK
RGB Variations
Color information
#D0644A (or 0xD0644A) is known color: Dark Coral. HEX triplet: D0, 64 and 4A. RGB value is (208,100,74). Sum of RGB (Red+Green+Blue) = 208+100+74=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0644A is #2F9BB5. Grayscale: #818181. Windows color (decimal): -3120054 or 4875472. OLE color: 4875472.
HSL color Cylindrical-coordinate representation of color #D0644A: hue angle of 11.64º 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 #D0644A is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 74 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.18 |
| HSL | 11.64º | 0.59% | 0.55% | - |
| HSV(B) | 11.64º | 0.64% | 0.82% | - |
| XYZ | 31.81 | 23.02 | 9.25 | - |
| YUV | 129.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 74 | 0 | 0.52 | 0.64 | 0.18 | 11.64 | 0.59 | 0.55 |
| Hex | D0 | 64 | 4A | 0 | 34 | 40 | 12 | C | 3B | 37 |
| Octal | 320 | 144 | 112 | 0 | 64 | 100 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100100 | 1001010 | 0 | 110100 | 1000000 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D0644A
Complementary color
Monochromatic Colors of #D0644A
Black with #D0644A
Text Example
Text Example
White with #D0644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0644A; }
p { color: rgb(208,100,74); }
H1.HeaderClassName
{
color: #D0644A;
}
.AnyTagClassName
{
color: #D0644A;
}
</style>
background-color css
<style>
a { background-color: #D0644A; }
a { background-color: rgb(208,100,74); }
div.DivClassName
{
background-color: #D0644A;
}
.BgClassName
{
background-color: #D0644A;
}
</style>
border-color css
<style>
span { border-color: #D0644A; }
span { border-color: rgb(208,100,74); }
td.TdClassName
{
border-color: #D0644A;
}
.TagClassName
{
border-color: #D0644A;
}
</style>