#D27051

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

Shades of Japonica #D27051

Tints of Japonica #D27051

Color information

#D27051 (or 0xD27051) is unknown color: approx Japonica. HEX triplet: D2, 70 and 51. RGB value is (210,112,81). Sum of RGB (Red+Green+Blue) = 210+112+81=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D27051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27051 is #2D8FAE. Grayscale: #898989. Windows color (decimal): -2985903 or 5337298. OLE color: 5337298.

HSL color Cylindrical-coordinate representation of color #D27051: hue angle of 14.42º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D27051 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB21011281-
CMYK00.470.610.18
HSL14.42º58.9%57.06%-
HSV(B)14.42º61.43%82.35%-
XYZ33.8625.8811-
YUV137.7795.97179.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.11%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=52.11%
G=27.79%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101128100.470.610.1814.4258.957.06
HexD2705102F3D12e3b39
Octal3221601210577522167371
Binary11010010111000010100010101111111101100101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27051; }

 p { color: rgb(210,112,81); }

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

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

 a { background-color: rgb(210,112,81); }

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

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

 span { border-color: rgb(210,112,81); }

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