#D57250

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

Shades of Japonica #D57250

Tints of Japonica #D57250

Color information

#D57250 (or 0xD57250) is unknown color: approx Japonica. HEX triplet: D5, 72 and 50. RGB value is (213,114,80). Sum of RGB (Red+Green+Blue) = 213+114+80=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D57250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57250 is #2A8DAF. Grayscale: #8B8B8B. Windows color (decimal): -2788784 or 5272277. OLE color: 5272277.

HSL color Cylindrical-coordinate representation of color #D57250: hue angle of 15.34º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D57250 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21311480-
CMYK00.460.620.16
HSL15.34º61.29%57.45%-
HSV(B)15.34º62.44%83.53%-
XYZ34.9126.7610.91-
YUV139.7294.3180.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=52.33%
G=28.01%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131148000.460.620.1615.3461.2957.45
HexD5725002E3E10f3d39
Octal3251621200567620177571
Binary11010101111001010100000101110111110100001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57250; }

 p { color: rgb(213,114,80); }

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

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

 a { background-color: rgb(213,114,80); }

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

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

 span { border-color: rgb(213,114,80); }

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