#D67663

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

Shades of Japonica #D67663

Tints of Japonica #D67663

Color information

#D67663 (or 0xD67663) is unknown color: approx Japonica. HEX triplet: D6, 76 and 63. RGB value is (214,118,99). Sum of RGB (Red+Green+Blue) = 214+118+99=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D67663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67663 is #29899C. Grayscale: #909090. Windows color (decimal): -2722205 or 6518486. OLE color: 6518486.

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

Color convert

RGB21411899-
CMYK00.450.540.16
HSL9.91º58.38%61.37%-
HSV(B)9.91º53.74%83.92%-
XYZ36.4628.1515.32-
YUV144.54102.3177.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 99 (39.06% from 255) = 22.97%
R=49.65%
G=27.38%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141189900.450.540.169.9158.3861.37
HexD6766302D3610a3a3d
Octal3261661430556620127275
Binary11010110111011011000110101101110110100001010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67663; }

 p { color: rgb(214,118,99); }

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

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

 a { background-color: rgb(214,118,99); }

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

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

 span { border-color: rgb(214,118,99); }

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