Shades of Japonica #D2705A
Tints of Japonica #D2705A
RGB
CMYK
RGB Variations
Color information
#D2705A (or 0xD2705A) is known color: Japonica. HEX triplet: D2, 70 and 5A. RGB value is (210,112,90). Sum of RGB (Red+Green+Blue) = 210+112+90=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D2705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2705A is #2D8FA5. Grayscale: #8A8A8A. Windows color (decimal): -2985894 or 5927122. OLE color: 5927122.
HSL color Cylindrical-coordinate representation of color #D2705A: hue angle of 11º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2705A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 90 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.18 |
| HSL | 11º | 0.57% | 0.59% | - |
| HSV(B) | 11º | 0.57% | 0.82% | - |
| XYZ | 34.22 | 26.03 | 12.89 | - |
| YUV | 138.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 90 | 0 | 0.47 | 0.57 | 0.18 | 11 | 0.57 | 0.59 |
| Hex | D2 | 70 | 5A | 0 | 2F | 39 | 12 | B | 39 | 3B |
| Octal | 322 | 160 | 132 | 0 | 57 | 71 | 22 | 13 | 71 | 73 |
| Binary | 11010010 | 1110000 | 1011010 | 0 | 101111 | 111001 | 10010 | 1011 | 111001 | 111011 |
Color Harmonies of #D2705A
Complementary color
Monochromatic Colors of #D2705A
Black with #D2705A
Text Example
Text Example
White with #D2705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2705A; }
p { color: rgb(210,112,90); }
H1.HeaderClassName
{
color: #D2705A;
}
.AnyTagClassName
{
color: #D2705A;
}
</style>
background-color css
<style>
a { background-color: #D2705A; }
a { background-color: rgb(210,112,90); }
div.DivClassName
{
background-color: #D2705A;
}
.BgClassName
{
background-color: #D2705A;
}
</style>
border-color css
<style>
span { border-color: #D2705A; }
span { border-color: rgb(210,112,90); }
td.TdClassName
{
border-color: #D2705A;
}
.TagClassName
{
border-color: #D2705A;
}
</style>