#D67360

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

Shades of Japonica #D67360

Tints of Japonica #D67360

Color information

#D67360 (or 0xD67360) is unknown color: approx Japonica. HEX triplet: D6, 73 and 60. RGB value is (214,115,96). Sum of RGB (Red+Green+Blue) = 214+115+96=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D67360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67360 is #298C9F. Grayscale: #8E8E8E. Windows color (decimal): -2722976 or 6321110. OLE color: 6321110.

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

Color convert

RGB21411596-
CMYK00.460.550.16
HSL9.66º59%60.78%-
HSV(B)9.66º55.14%83.92%-
XYZ35.9727.414.46-
YUV142.43101.8179.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.35%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 96 (37.89% from 255) = 22.59%
R=50.35%
G=27.06%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141159600.460.550.169.665960.78
HexD6736002E3710a3b3d
Octal3261631400566720127375
Binary11010110111001111000000101110110111100001010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67360; }

 p { color: rgb(214,115,96); }

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

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

 a { background-color: rgb(214,115,96); }

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

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

 span { border-color: rgb(214,115,96); }

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