Shades of Japonica #D2795C
Tints of Japonica #D2795C
RGB
CMYK
RGB Variations
Color information
#D2795C (or 0xD2795C) is known color: Japonica. HEX triplet: D2, 79 and 5C. RGB value is (210,121,92). Sum of RGB (Red+Green+Blue) = 210+121+92=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2795C is #2D86A3. Grayscale: #909090. Windows color (decimal): -2983588 or 6060498. OLE color: 6060498.
HSL color Cylindrical-coordinate representation of color #D2795C: hue angle of 14.75º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2795C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 92 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.18 |
| HSL | 14.75º | 0.57% | 0.59% | - |
| HSV(B) | 14.75º | 0.56% | 0.82% | - |
| XYZ | 35.35 | 28.15 | 13.7 | - |
| YUV | 144.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 92 | 0 | 0.42 | 0.56 | 0.18 | 14.75 | 0.57 | 0.59 |
| Hex | D2 | 79 | 5C | 0 | 2A | 38 | 12 | F | 39 | 3B |
| Octal | 322 | 171 | 134 | 0 | 52 | 70 | 22 | 17 | 71 | 73 |
| Binary | 11010010 | 1111001 | 1011100 | 0 | 101010 | 111000 | 10010 | 1111 | 111001 | 111011 |
Color Harmonies of #D2795C
Complementary color
Monochromatic Colors of #D2795C
Black with #D2795C
Text Example
Text Example
White with #D2795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2795C; }
p { color: rgb(210,121,92); }
H1.HeaderClassName
{
color: #D2795C;
}
.AnyTagClassName
{
color: #D2795C;
}
</style>
background-color css
<style>
a { background-color: #D2795C; }
a { background-color: rgb(210,121,92); }
div.DivClassName
{
background-color: #D2795C;
}
.BgClassName
{
background-color: #D2795C;
}
</style>
border-color css
<style>
span { border-color: #D2795C; }
span { border-color: rgb(210,121,92); }
td.TdClassName
{
border-color: #D2795C;
}
.TagClassName
{
border-color: #D2795C;
}
</style>