#D67451

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

Shades of Japonica #D67451

Tints of Japonica #D67451

Color information

#D67451 (or 0xD67451) is unknown color: approx Japonica. HEX triplet: D6, 74 and 51. RGB value is (214,116,81). Sum of RGB (Red+Green+Blue) = 214+116+81=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D67451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67451 is #298BAE. Grayscale: #8D8D8D. Windows color (decimal): -2722735 or 5338326. OLE color: 5338326.

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

Color convert

RGB21411681-
CMYK00.460.620.16
HSL15.79º61.86%57.84%-
HSV(B)15.79º62.15%83.92%-
XYZ35.4627.3811.2-
YUV141.3193.97179.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.07%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 81 (32.03% from 255) = 19.71%
R=52.07%
G=28.22%
B=19.71%

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
Decimal2141168100.460.620.1615.7961.8657.84
HexD6745102E3E10103e3a
Octal3261641210567620207672
Binary110101101110100101000101011101111101000010000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67451; }

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

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

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

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

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

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

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

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