#D57268

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

Shades of Japonica #D57268

Tints of Japonica #D57268

Color information

#D57268 (or 0xD57268) is unknown color: approx Japonica. HEX triplet: D5, 72 and 68. RGB value is (213,114,104). Sum of RGB (Red+Green+Blue) = 213+114+104=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D57268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57268 is #2A8D97. Grayscale: #8E8E8E. Windows color (decimal): -2788760 or 6845141. OLE color: 6845141.

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

Color convert

RGB213114104-
CMYK00.460.510.16
HSL5.5º56.48%62.16%-
HSV(B)5.5º51.17%83.53%-
XYZ35.9627.1816.45-
YUV142.46106.3178.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.42%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=49.42%
G=26.45%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311410400.460.510.165.556.4862.16
HexD5726802E33106383e
Octal325162150056632067076
Binary1101010111100101101000010111011001110000110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57268; }

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

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

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

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

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

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

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

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