#D67554

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

Shades of Japonica #D67554

Tints of Japonica #D67554

Color information

#D67554 (or 0xD67554) is unknown color: approx Japonica. HEX triplet: D6, 75 and 54. RGB value is (214,117,84). Sum of RGB (Red+Green+Blue) = 214+117+84=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D67554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67554 is #298AAB. Grayscale: #8E8E8E. Windows color (decimal): -2722476 or 5535190. OLE color: 5535190.

HSL color Cylindrical-coordinate representation of color #D67554: hue angle of 15.23º 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 #D67554 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21411784-
CMYK00.450.610.16
HSL15.23º61.32%58.43%-
HSV(B)15.23º60.75%83.92%-
XYZ35.6927.6611.84-
YUV142.2495.14179.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 84 (33.20% from 255) = 20.24%
R=51.57%
G=28.19%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141178400.450.610.1615.2361.3258.43
HexD6755402D3D10f3d3a
Octal3261651240557520177572
Binary11010110111010110101000101101111101100001111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67554; }

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

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

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

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

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

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

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

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