#D97A53

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

Shades of Japonica #D97A53

Tints of Japonica #D97A53

Color information

#D97A53 (or 0xD97A53) is unknown color: approx Japonica. HEX triplet: D9, 7A and 53. RGB value is (217,122,83). Sum of RGB (Red+Green+Blue) = 217+122+83=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A53 is #2685AC. Grayscale: #929292. Windows color (decimal): -2524589 or 5470937. OLE color: 5470937.

HSL color Cylindrical-coordinate representation of color #D97A53: hue angle of 17.46º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D97A53 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB21712283-
CMYK00.440.620.15
HSL17.46º63.81%58.82%-
HSV(B)17.46º61.75%85.1%-
XYZ37.1429.311.88-
YUV145.9692.47178.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.42%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 83 (32.81% from 255) = 19.67%
R=51.42%
G=28.91%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171228300.440.620.1517.4663.8158.82
HexD97A5302C3EF11403b
Octal33117212305476172110073
Binary110110011111010101001101011001111101111100011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97A53; }

 p { color: rgb(217,122,83); }

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

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

 a { background-color: rgb(217,122,83); }

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

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

 span { border-color: rgb(217,122,83); }

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