#D57462

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

Shades of Japonica #D57462

Tints of Japonica #D57462

Color information

#D57462 (or 0xD57462) is unknown color: approx Japonica. HEX triplet: D5, 74 and 62. RGB value is (213,116,98). Sum of RGB (Red+Green+Blue) = 213+116+98=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D57462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57462 is #2A8B9D. Grayscale: #8F8F8F. Windows color (decimal): -2788254 or 6452437. OLE color: 6452437.

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

Color convert

RGB21311698-
CMYK00.460.540.16
HSL9.39º57.79%60.98%-
HSV(B)9.39º53.99%83.53%-
XYZ35.8927.5214.98-
YUV142.95102.64177.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=49.88%
G=27.17%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131169800.460.540.169.3957.7960.98
HexD5746202E361093a3d
Octal3251641420566620117275
Binary11010101111010011000100101110110110100001001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57462; }

 p { color: rgb(213,116,98); }

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

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

 a { background-color: rgb(213,116,98); }

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

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

 span { border-color: rgb(213,116,98); }

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