Shades of Japonica #D67B5B
Tints of Japonica #D67B5B
RGB
CMYK
RGB Variations
Color information
#D67B5B (or 0xD67B5B) is known color: Japonica. HEX triplet: D6, 7B and 5B. RGB value is (214,123,91). Sum of RGB (Red+Green+Blue) = 214+123+91=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B5B is #2984A4. Grayscale: #929292. Windows color (decimal): -2720933 or 5995478. OLE color: 5995478.
HSL color Cylindrical-coordinate representation of color #D67B5B: hue angle of 15.61º 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 #D67B5B is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 91 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.16 |
| HSL | 15.61º | 0.6% | 0.6% | - |
| HSV(B) | 15.61º | 0.57% | 0.84% | - |
| XYZ | 36.7 | 29.22 | 13.6 | - |
| YUV | 146.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 91 | 0 | 0.43 | 0.57 | 0.16 | 15.61 | 0.6 | 0.6 |
| Hex | D6 | 7B | 5B | 0 | 2B | 39 | 10 | 10 | 3C | 3C |
| Octal | 326 | 173 | 133 | 0 | 53 | 71 | 20 | 20 | 74 | 74 |
| Binary | 11010110 | 1111011 | 1011011 | 0 | 101011 | 111001 | 10000 | 10000 | 111100 | 111100 |
Color Harmonies of #D67B5B
Complementary color
Monochromatic Colors of #D67B5B
Black with #D67B5B
Text Example
Text Example
White with #D67B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B5B; }
p { color: rgb(214,123,91); }
H1.HeaderClassName
{
color: #D67B5B;
}
.AnyTagClassName
{
color: #D67B5B;
}
</style>
background-color css
<style>
a { background-color: #D67B5B; }
a { background-color: rgb(214,123,91); }
div.DivClassName
{
background-color: #D67B5B;
}
.BgClassName
{
background-color: #D67B5B;
}
</style>
border-color css
<style>
span { border-color: #D67B5B; }
span { border-color: rgb(214,123,91); }
td.TdClassName
{
border-color: #D67B5B;
}
.TagClassName
{
border-color: #D67B5B;
}
</style>