Shades of Japonica #D66D5D
Tints of Japonica #D66D5D
RGB
CMYK
RGB Variations
Color information
#D66D5D (or 0xD66D5D) is known color: Japonica. HEX triplet: D6, 6D and 5D. RGB value is (214,109,93). Sum of RGB (Red+Green+Blue) = 214+109+93=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D5D is #2992A2. Grayscale: #8A8A8A. Windows color (decimal): -2724515 or 6122966. OLE color: 6122966.
HSL color Cylindrical-coordinate representation of color #D66D5D: hue angle of 7.93º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D66D5D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 93 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.16 |
| HSL | 7.93º | 0.6% | 0.6% | - |
| HSV(B) | 7.93º | 0.57% | 0.84% | - |
| XYZ | 35.18 | 26.02 | 13.53 | - |
| YUV | 138.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 93 | 0 | 0.49 | 0.57 | 0.16 | 7.93 | 0.6 | 0.6 |
| Hex | D6 | 6D | 5D | 0 | 31 | 39 | 10 | 8 | 3C | 3C |
| Octal | 326 | 155 | 135 | 0 | 61 | 71 | 20 | 10 | 74 | 74 |
| Binary | 11010110 | 1101101 | 1011101 | 0 | 110001 | 111001 | 10000 | 1000 | 111100 | 111100 |
Color Harmonies of #D66D5D
Complementary color
Monochromatic Colors of #D66D5D
Black with #D66D5D
Text Example
Text Example
White with #D66D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D5D; }
p { color: rgb(214,109,93); }
H1.HeaderClassName
{
color: #D66D5D;
}
.AnyTagClassName
{
color: #D66D5D;
}
</style>
background-color css
<style>
a { background-color: #D66D5D; }
a { background-color: rgb(214,109,93); }
div.DivClassName
{
background-color: #D66D5D;
}
.BgClassName
{
background-color: #D66D5D;
}
</style>
border-color css
<style>
span { border-color: #D66D5D; }
span { border-color: rgb(214,109,93); }
td.TdClassName
{
border-color: #D66D5D;
}
.TagClassName
{
border-color: #D66D5D;
}
</style>