#D87053

Color #D87053 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D87053

Tints of Japonica #D87053

Color information

#D87053 (or 0xD87053) is unknown color: approx Japonica. HEX triplet: D8, 70 and 53. RGB value is (216,112,83). Sum of RGB (Red+Green+Blue) = 216+112+83=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D87053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87053 is #278FAC. Grayscale: #8C8C8C. Windows color (decimal): -2592685 or 5468376. OLE color: 5468376.

HSL color Cylindrical-coordinate representation of color #D87053: hue angle of 13.08º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D87053 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21611283-
CMYK00.480.620.15
HSL13.08º63.03%58.63%-
HSV(B)13.08º61.57%84.71%-
XYZ35.6726.8111.48-
YUV139.7995.96182.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=52.55%
G=27.25%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161128300.480.620.1513.0863.0358.63
HexD870530303EFd3f3b
Octal3301601230607617157773
Binary1101100011100001010011011000011111011111101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87053; }

 p { color: rgb(216,112,83); }

 H1.HeaderClassName
 {
   color: #D87053;
 }
 .AnyTagClassName
 {
   color: #D87053;
 }
</style>
background-color css

<style>
 a { background-color: #D87053; }

 a { background-color: rgb(216,112,83); }

 div.DivClassName
 {
   background-color: #D87053;
 }
 .BgClassName
 {
   background-color: #D87053;
 }
</style>
border-color css

<style>
 span { border-color: #D87053; }

 span { border-color: rgb(216,112,83); }

 td.TdClassName
 {
   border-color: #D87053;
 }
 .TagClassName
 {
   border-color: #D87053;
 }
</style>