#D97451

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

Shades of Japonica #D97451

Tints of Japonica #D97451

Color information

#D97451 (or 0xD97451) is unknown color: approx Japonica. HEX triplet: D9, 74 and 51. RGB value is (217,116,81). Sum of RGB (Red+Green+Blue) = 217+116+81=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D97451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97451 is #268BAE. Grayscale: #8E8E8E. Windows color (decimal): -2526127 or 5338329. OLE color: 5338329.

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

Color convert

RGB21711681-
CMYK00.470.630.15
HSL15.44º64.15%58.43%-
HSV(B)15.44º62.67%85.1%-
XYZ36.3527.8411.24-
YUV142.2193.46181.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=52.42%
G=28.02%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171168100.470.630.1515.4464.1558.43
HexD9745102F3FFf403a
Octal33116412105777171710072
Binary11011001111010010100010101111111111111111111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97451; }

 p { color: rgb(217,116,81); }

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

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

 a { background-color: rgb(217,116,81); }

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

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

 span { border-color: rgb(217,116,81); }

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