Shades of Dark Coral #D0654A
Tints of Dark Coral #D0654A
RGB
CMYK
RGB Variations
Color information
#D0654A (or 0xD0654A) is known color: Dark Coral. HEX triplet: D0, 65 and 4A. RGB value is (208,101,74). Sum of RGB (Red+Green+Blue) = 208+101+74=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0654A is #2F9AB5. Grayscale: #828282. Windows color (decimal): -3119798 or 4875728. OLE color: 4875728.
HSL color Cylindrical-coordinate representation of color #D0654A: hue angle of 12.09º 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 #D0654A is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 74 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.18 |
| HSL | 12.09º | 0.59% | 0.55% | - |
| HSV(B) | 12.09º | 0.64% | 0.82% | - |
| XYZ | 31.9 | 23.21 | 9.28 | - |
| YUV | 129.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 74 | 0 | 0.51 | 0.64 | 0.18 | 12.09 | 0.59 | 0.55 |
| Hex | D0 | 65 | 4A | 0 | 33 | 40 | 12 | C | 3B | 37 |
| Octal | 320 | 145 | 112 | 0 | 63 | 100 | 22 | 14 | 73 | 67 |
| Binary | 11010000 | 1100101 | 1001010 | 0 | 110011 | 1000000 | 10010 | 1100 | 111011 | 110111 |
Color Harmonies of #D0654A
Complementary color
Monochromatic Colors of #D0654A
Black with #D0654A
Text Example
Text Example
White with #D0654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0654A; }
p { color: rgb(208,101,74); }
H1.HeaderClassName
{
color: #D0654A;
}
.AnyTagClassName
{
color: #D0654A;
}
</style>
background-color css
<style>
a { background-color: #D0654A; }
a { background-color: rgb(208,101,74); }
div.DivClassName
{
background-color: #D0654A;
}
.BgClassName
{
background-color: #D0654A;
}
</style>
border-color css
<style>
span { border-color: #D0654A; }
span { border-color: rgb(208,101,74); }
td.TdClassName
{
border-color: #D0654A;
}
.TagClassName
{
border-color: #D0654A;
}
</style>