#D67866

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

Shades of Japonica #D67866

Tints of Japonica #D67866

Color information

#D67866 (or 0xD67866) is unknown color: approx Japonica. HEX triplet: D6, 78 and 66. RGB value is (214,120,102). Sum of RGB (Red+Green+Blue) = 214+120+102=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D67866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67866 is #298799. Grayscale: #929292. Windows color (decimal): -2721690 or 6715606. OLE color: 6715606.

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

Color convert

RGB214120102-
CMYK00.440.520.16
HSL9.64º57.73%61.96%-
HSV(B)9.64º52.34%83.92%-
XYZ36.8528.6916.17-
YUV146.05103.14176.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=49.08%
G=27.52%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412010200.440.520.169.6457.7361.96
HexD6786602C3410a3a3e
Octal3261701460546420127276
Binary11010110111100011001100101100110100100001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67866; }

 p { color: rgb(214,120,102); }

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

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

 a { background-color: rgb(214,120,102); }

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

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

 span { border-color: rgb(214,120,102); }

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