#D67C55

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

Shades of Japonica #D67C55

Tints of Japonica #D67C55

Color information

#D67C55 (or 0xD67C55) is unknown color: approx Japonica. HEX triplet: D6, 7C and 55. RGB value is (214,124,85). Sum of RGB (Red+Green+Blue) = 214+124+85=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C55 is #2983AA. Grayscale: #929292. Windows color (decimal): -2720683 or 5602518. OLE color: 5602518.

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

Color convert

RGB21412485-
CMYK00.420.600.16
HSL18.14º61.14%58.63%-
HSV(B)18.14º60.28%83.92%-
XYZ36.5829.3712.33-
YUV146.4693.32176.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=50.59%
G=29.31%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141248500.420.600.1618.1461.1458.63
HexD67C5502A3C10123d3b
Octal3261741250527420227573
Binary110101101111100101010101010101111001000010010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C55; }

 p { color: rgb(214,124,85); }

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

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

 a { background-color: rgb(214,124,85); }

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

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

 span { border-color: rgb(214,124,85); }

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