#D67454

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

Shades of Japonica #D67454

Tints of Japonica #D67454

Color information

#D67454 (or 0xD67454) is unknown color: approx Japonica. HEX triplet: D6, 74 and 54. RGB value is (214,116,84). Sum of RGB (Red+Green+Blue) = 214+116+84=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D67454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67454 is #298BAB. Grayscale: #8D8D8D. Windows color (decimal): -2722732 or 5534934. OLE color: 5534934.

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

Color convert

RGB21411684-
CMYK00.460.610.16
HSL14.77º61.32%58.43%-
HSV(B)14.77º60.75%83.92%-
XYZ35.5827.4311.81-
YUV141.6595.47179.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=51.69%
G=28.02%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141168400.460.610.1614.7761.3258.43
HexD6745402E3D10f3d3a
Octal3261641240567520177572
Binary11010110111010010101000101110111101100001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67454; }

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

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

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

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

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

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

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

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