Shades of Japonica #D06B5D
Tints of Japonica #D06B5D
RGB
CMYK
RGB Variations
Color information
#D06B5D (or 0xD06B5D) is known color: Japonica. HEX triplet: D0, 6B and 5D. RGB value is (208,107,93). Sum of RGB (Red+Green+Blue) = 208+107+93=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B5D is #2F94A2. Grayscale: #878787. Windows color (decimal): -3118243 or 6122448. OLE color: 6122448.
HSL color Cylindrical-coordinate representation of color #D06B5D: hue angle of 7.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06B5D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 107 | 93 | - |
CMYK | 0 | 0.49 | 0.55 | 0.18 |
HSL | 7.3º | 0.55% | 0.59% | - |
HSV(B) | 7.3º | 0.55% | 0.82% | - |
XYZ | 33.25 | 24.72 | 13.37 | - |
YUV | 135.6 | 103.96 | 179.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 107 | 93 | 0 | 0.49 | 0.55 | 0.18 | 7.3 | 0.55 | 0.59 |
Hex | D0 | 6B | 5D | 0 | 31 | 37 | 12 | 7 | 37 | 3B |
Octal | 320 | 153 | 135 | 0 | 61 | 67 | 22 | 7 | 67 | 73 |
Binary | 11010000 | 1101011 | 1011101 | 0 | 110001 | 110111 | 10010 | 111 | 110111 | 111011 |
Color Harmonies of #D06B5D
Complementary color
Monochromatic Colors of #D06B5D
Black with #D06B5D
Text Example
Text Example
White with #D06B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B5D; }
p { color: rgb(208,107,93); }
H1.HeaderClassName
{
color: #D06B5D;
}
.AnyTagClassName
{
color: #D06B5D;
}
</style>
background-color css
<style>
a { background-color: #D06B5D; }
a { background-color: rgb(208,107,93); }
div.DivClassName
{
background-color: #D06B5D;
}
.BgClassName
{
background-color: #D06B5D;
}
</style>
border-color css
<style>
span { border-color: #D06B5D; }
span { border-color: rgb(208,107,93); }
td.TdClassName
{
border-color: #D06B5D;
}
.TagClassName
{
border-color: #D06B5D;
}
</style>