Shades of Japonica #D06953
Tints of Japonica #D06953
RGB
CMYK
RGB Variations
Color information
#D06953 (or 0xD06953) is known color: Japonica. HEX triplet: D0, 69 and 53. RGB value is (208,105,83). Sum of RGB (Red+Green+Blue) = 208+105+83=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D06953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06953 is #2F96AC. Grayscale: #858585. Windows color (decimal): -3118765 or 5466576. OLE color: 5466576.
HSL color Cylindrical-coordinate representation of color #D06953: hue angle of 10.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D06953 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 83 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.18 |
| HSL | 10.56º | 0.57% | 0.57% | - |
| HSV(B) | 10.56º | 0.6% | 0.82% | - |
| XYZ | 32.63 | 24.14 | 11.12 | - |
| YUV | 133.29 | 99.62 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 83 | 0 | 0.50 | 0.60 | 0.18 | 10.56 | 0.57 | 0.57 |
| Hex | D0 | 69 | 53 | 0 | 32 | 3C | 12 | B | 39 | 39 |
| Octal | 320 | 151 | 123 | 0 | 62 | 74 | 22 | 13 | 71 | 71 |
| Binary | 11010000 | 1101001 | 1010011 | 0 | 110010 | 111100 | 10010 | 1011 | 111001 | 111001 |
Color Harmonies of #D06953
Complementary color
Monochromatic Colors of #D06953
Black with #D06953
Text Example
Text Example
White with #D06953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06953; }
p { color: rgb(208,105,83); }
H1.HeaderClassName
{
color: #D06953;
}
.AnyTagClassName
{
color: #D06953;
}
</style>
background-color css
<style>
a { background-color: #D06953; }
a { background-color: rgb(208,105,83); }
div.DivClassName
{
background-color: #D06953;
}
.BgClassName
{
background-color: #D06953;
}
</style>
border-color css
<style>
span { border-color: #D06953; }
span { border-color: rgb(208,105,83); }
td.TdClassName
{
border-color: #D06953;
}
.TagClassName
{
border-color: #D06953;
}
</style>