#D47267

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

Shades of Japonica #D47267

Tints of Japonica #D47267

Color information

#D47267 (or 0xD47267) is unknown color: approx Japonica. HEX triplet: D4, 72 and 67. RGB value is (212,114,103). Sum of RGB (Red+Green+Blue) = 212+114+103=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 103 (40.62% from 255 or 24.01% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D47267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47267 is #2B8D98. Grayscale: #8E8E8E. Windows color (decimal): -2854297 or 6779604. OLE color: 6779604.

HSL color Cylindrical-coordinate representation of color #D47267: hue angle of 6.06º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D47267 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212114103-
CMYK00.460.510.17
HSL6.06º55.9%61.76%-
HSV(B)6.06º51.42%83.14%-
XYZ35.6227.0116.17-
YUV142.05105.97177.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 103 (40.62% from 255) = 24.01%
R=49.42%
G=26.57%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211410300.460.510.176.0655.961.76
HexD4726702E33116383e
Octal324162147056632167076
Binary1101010011100101100111010111011001110001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47267; }

 p { color: rgb(212,114,103); }

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

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

 a { background-color: rgb(212,114,103); }

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

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

 span { border-color: rgb(212,114,103); }

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